Searched refs:kPartitionTypeBFS (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/storage/
H A DDiskDeviceTypes.h30 extern const char *kPartitionTypeBFS;
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceTypes.cpp37 const char* kPartitionTypeBFS = BFS_NAME; variable
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp144 } else if (strcmp(supportedType, kPartitionTypeBFS) == 0) {
184 type = kPartitionTypeBFS;
/haiku/headers/private/kernel/boot/
H A Dpartitions.h64 #define kPartitionTypeBFS "BFS Filesystem" macro
/haiku/src/system/boot/loader/file_systems/bfs/
H A Dbfs.cpp165 kPartitionTypeBFS,
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp286 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) {
302 && (strcmp(partition->ContentType(), kPartitionTypeBFS) == 0
498 && strcmp(bootPartition->ContentType(), kPartitionTypeBFS) == 0) {
H A Dvfs_net_boot.cpp375 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0);
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp74 : BDiskSystemAddOn(kPartitionTypeBFS, kDiskSystemFlags)
/haiku/src/bin/
H A Dmountvolume.cpp182 && strcmp(type, kPartitionTypeBFS) == 0) {
/haiku/src/apps/installer/
H A DWorkerThread.cpp852 && strcmp(partition->ContentType(), kPartitionTypeBFS) != 0) {
923 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0;
/haiku/src/servers/mount/
H A DAutoMounter.cpp180 || strcmp(partition->ContentType(), kPartitionTypeBFS))
974 && strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) {
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp160 { 0xeb, kPartitionTypeBFS },

Completed in 201 milliseconds