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

/haiku/src/system/boot/loader/
H A Dpartitions.cpp360 file_system_module_info *bestFSModule = NULL; local
371 bestFSModule = sFileSystemModules[i];
429 if (mountFileSystems && bestFSModule != NULL)
430 return _Mount(bestFSModule, NULL);

Completed in 54 milliseconds