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

/haiku/src/system/libroot/os/
H A Dfind_directory.cpp283 struct fs_info fsInfo; local
302 if (fs_stat_dev(device, &fsInfo) != B_OK)
306 err = _user_entry_ref_to_path(device, fsInfo.root, /*"."*/
309 err = _kern_entry_ref_to_path(device, fsInfo.root, /*"."*/
331 if (device == bootDevice || !strcmp(fsInfo.fsh_name, "bfs"))
336 if (device == bootDevice || !strcmp(fsInfo.fsh_name, "bfs"))
338 else if (!strcmp(fsInfo.fsh_name, "fat"))
/haiku/src/servers/mount/
H A DAutoMounter.cpp343 fs_info fsInfo; local
344 if (fs_stat_dev(volume.Device(), &fsInfo) == 0) {
345 if ((fsInfo.flags & B_FS_IS_READONLY) != 0)

Completed in 40 milliseconds