Searched refs:isBootDevice (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/boot/loader/ |
H A D | partitions.cpp | 295 Partition::Mount(Directory **_fileSystem, bool isBootDevice) in Mount() argument 297 if (isBootDevice && gBootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE, in Mount() 313 Partition::Scan(bool mountFileSystems, bool isBootDevice) in Scan() argument 322 if (isBootDevice && gBootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE, in Scan() 446 add_partitions_for(int fd, bool mountFileSystems, bool isBootDevice) in add_partitions_for() argument 462 if ((partition->Scan(mountFileSystems, isBootDevice) == B_OK in add_partitions_for() 476 add_partitions_for(Node *device, bool mountFileSystems, bool isBootDevice) in add_partitions_for() argument 485 status_t status = add_partitions_for(fd, mountFileSystems, isBootDevice); in add_partitions_for()
|
/haiku/headers/private/kernel/boot/ |
H A D | partitions.h | 30 status_t Mount(Directory **_fileSystem = NULL, bool isBootDevice = false); 31 status_t Scan(bool mountFileSystems, bool isBootDevice = false);
|
H A D | vfs.h | 183 extern status_t add_partitions_for(int fd, bool mountFileSystems, bool isBootDevice = false); 184 extern status_t add_partitions_for(Node *device, bool mountFileSystems, bool isBootDevice = false);
|