Searched refs:SetContentParameters (Results 1 - 25 of 25) sorted by relevance

/haiku/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h51 virtual status_t SetContentParameters(KPartition* partition,
H A DKDiskSystem.h86 virtual status_t SetContentParameters(KPartition* partition,
H A DKPartitioningSystem.h62 virtual status_t SetContentParameters(KPartition* partition,
H A DKPartition.h132 status_t SetContentParameters(const char *parameters);
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTDiskAddOn.cpp139 partition->SetContentParameters(NULL);
/haiku/headers/private/storage/
H A DMutablePartition.h59 status_t SetContentParameters(const char* parameters);
H A DDiskSystemAddOn.h118 virtual status_t SetContentParameters(const char* parameters);
H A DPartition.h141 status_t SetContentParameters(const char* parameters);
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h70 status_t SetContentParameters(const char* parameters);
H A DDiskSystemAddOn.cpp298 BPartitionHandle::SetContentParameters(const char* parameters) function in class:BPartitionHandle
H A DPartitionDelegate.cpp338 // SetContentParameters
340 BPartition::Delegate::SetContentParameters(const char* parameters) function in class:BPartition::Delegate
345 return fPartitionHandle->SetContentParameters(parameters);
H A DMutablePartition.cpp31 SetContentParameters(NULL);
318 // SetContentParameters
320 BMutablePartition::SetContentParameters(const char* parameters) function in class:BMutablePartition
H A DPartition.cpp1115 BPartition::SetContentParameters(const char* parameters) function in class:BPartition
1120 return fDelegate->SetContentParameters(parameters);
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp117 partition->SetContentParameters(parameterString);
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp116 partition->SetContentParameters(parameterString);
/haiku/src/tests/system/kernel/file_corruption/disk_system/
H A Dchecksumfs.cpp152 partition->SetContentParameters(parameters);
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.cpp148 partition->SetContentParameters(parameterString);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp305 // SetContentParameters
307 KDiskSystem::SetContentParameters(KPartition* partition, function in class:KDiskSystem
H A DKFileSystem.cpp182 // SetContentParameters
184 KFileSystem::SetContentParameters(KPartition* partition, function in class:KFileSystem
H A DKPartitioningSystem.cpp365 // SetContentParameters
368 KPartitioningSystem::SetContentParameters(KPartition* partition, function in class:KPartitioningSystem
H A DKPartition.cpp817 KPartition::SetContentParameters(const char* parameters) function in class:KPartition
1222 SetContentParameters(NULL);
H A Dddm_userland_interface.cpp1093 error = diskSystem->SetContentParameters(partition, parameters.value,
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp174 partition->SetContentParameters(parameterString);
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp140 partition->SetContentParameters(NULL);
H A DExtendedPartitionAddOn.cpp141 partition->SetContentParameters(NULL);

Completed in 180 milliseconds