Searched refs:mountFileSystems (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/boot/loader/
H A Dpartitions.cpp313 Partition::Scan(bool mountFileSystems, bool isBootDevice) argument
405 child->Scan(mountFileSystems);
407 if (!mountFileSystems || child->IsFileSystem()) {
429 if (mountFileSystems && bestFSModule != NULL)
446 add_partitions_for(int fd, bool mountFileSystems, bool isBootDevice) argument
449 mountFileSystems ? "yes" : "no"));
462 if ((partition->Scan(mountFileSystems, isBootDevice) == B_OK
464 || (!partition->IsPartitioningSystem() && !mountFileSystems)) {
476 add_partitions_for(Node *device, bool mountFileSystems, bool isBootDevice) argument
479 mountFileSystems
[all...]
/haiku/headers/private/kernel/boot/
H A Dpartitions.h31 status_t Scan(bool mountFileSystems, bool isBootDevice = false);
H A Dvfs.h183 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);

Completed in 73 milliseconds