Searched refs:fs_stat_dev (Results 1 - 25 of 39) sorted by relevance

12

/haiku/src/kits/storage/
H A DVolume.cpp78 if (fs_stat_dev(device, &info) != 0)
116 if (error == B_OK && fs_stat_dev(fDevice, &info) != 0)
137 if (error == B_OK && fs_stat_dev(fDevice, &info) != 0)
151 if (error == B_OK && fs_stat_dev(fDevice, &info) != 0)
167 if (fs_stat_dev(fDevice, &info) != 0)
182 if (error == B_OK && fs_stat_dev(fDevice, &info) != 0)
202 if (fs_stat_dev(fDevice, &oldInfo) != 0)
254 if (fs_stat_dev(fDevice, &info) != 0)
271 if (fs_stat_dev(fDevice, &info) != 0)
287 if (error == B_OK && fs_stat_dev(fDevic
[all...]
H A DDirectory.cpp241 if (GetNodeRef(&ref) == B_OK && fs_stat_dev(ref.device, &info) == 0)
/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c17 if (fs_stat_dev(device, &info) < 0)
/haiku/headers/os/kernel/
H A Dfs_info.h47 extern int fs_stat_dev(dev_t dev, fs_info *info);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_info.h48 extern int fs_stat_dev(fssh_dev_t dev, fssh_fs_info *info);
/haiku/headers/build/os/kernel/
H A Dfs_info.h46 extern int fs_stat_dev(dev_t dev, fs_info *info);
/haiku/src/system/libroot/os/
H A Dfs_info.cpp40 fs_stat_dev(dev_t device, fs_info *info) function
H A Dfind_directory.cpp302 if (fs_stat_dev(device, &fsInfo) != B_OK)
/haiku/src/bin/
H A Disvolume.cpp110 // check this option directly and not via fs_stat_dev()
117 if (fs_stat_dev(volumeDevice, &volumeInfo) == B_OK) {
H A Ddf.cpp108 if (fs_stat_dev(device, &info) != B_OK) {
146 if (fs_stat_dev(device, &info) != B_OK)
H A Deject.cpp143 if (fs_stat_dev(dev_for_path(device), &info) >= B_OK) {
/haiku/src/servers/launch/
H A DUtility.cpp28 if (fs_stat_dev(dev_for_path(path), &info) == B_OK) {
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp134 if (fs_stat_dev(device, &info) == 0) {
152 if (fs_stat_dev(device, &info) == 0) {
364 while (fs_stat_dev(device, &info) == 0)
H A DVolumeTest.cpp122 CHK(fs_stat_dev(device, &info) == 0);
243 while (fs_stat_dev(device, &info) == 0)
293 while (fs_stat_dev(device, &info) == 0)
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c106 return fs_stat_dev(device, info);
/haiku/src/preferences/virtualmemory/
H A DSettings.cpp182 if (fs_stat_dev(vol.Device(), &volStat) == 0) {
225 if (fs_stat_dev(SwapVolume(), &info) != 0)
H A DSettingsWindow.cpp375 if (fs_stat_dev(device, &info) == 0) {
/haiku/src/kits/tracker/
H A DMountMenu.cpp200 if (fs_stat_dev(volume.Device(), &info) != B_OK) {
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp105 if (fs_stat_dev(volume.Device(), &info) != B_OK)
197 fs_stat_dev(device, &info);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp149 status_t error = fs_stat_dev(fID, &info);
/haiku/src/servers/package/
H A DPackageDaemon.cpp121 status_t error = fs_stat_dev(deviceID, &info);
/haiku/src/system/libroot/posix/unistd/
H A Dconf.cpp432 ret = fs_stat_dev(fs->f_fsid, &info);
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp384 error = fs_stat_dev(st.st_dev, &info);
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp467 if (fs_stat_dev(device,&info) < B_OK)
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp111 if (fs_stat_dev(on, &info) != B_OK)

Completed in 505 milliseconds

12