Searched refs:mountFileSystems (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/boot/loader/ |
H A D | partitions.cpp | 313 Partition::Scan(bool mountFileSystems, bool isBootDevice) in Scan() argument 405 child->Scan(mountFileSystems); in Scan() 407 if (!mountFileSystems || child->IsFileSystem()) { in Scan() 429 if (mountFileSystems && bestFSModule != NULL) in Scan() 446 add_partitions_for(int fd, bool mountFileSystems, bool isBootDevice) in add_partitions_for() argument 449 mountFileSystems ? "yes" : "no")); in add_partitions_for() 462 if ((partition->Scan(mountFileSystems, isBootDevice) == B_OK in add_partitions_for() 464 || (!partition->IsPartitioningSystem() && !mountFileSystems)) { in add_partitions_for() 476 add_partitions_for(Node *device, bool mountFileSystems, bool isBootDevice) in add_partitions_for() argument 479 mountFileSystems ? "yes" : "no")); in add_partitions_for() [all …]
|
/haiku/headers/private/kernel/boot/ |
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);
|
H A D | partitions.h | 31 status_t Scan(bool mountFileSystems, bool isBootDevice = false);
|