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

/haiku/src/system/libroot/os/
H A Dfs_info.cpp42 status_t status = _kern_read_fs_info(device, info);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp388 fssh_status_t status = _kern_read_fs_info(volumeID, &info);
449 fssh_status_t status = _kern_read_fs_info(volumeID, &info);
517 if (_kern_read_fs_info(volumeID, &info) == FSSH_B_OK)
H A Dsyscalls.h23 fssh_status_t _kern_read_fs_info(fssh_dev_t device,
H A Dfssh.cpp801 fssh_status_t status = _kern_read_fs_info(volumeID, &info);
H A Dvfs.cpp5105 _kern_read_fs_info(fssh_dev_t device, struct fssh_fs_info *info) function in namespace:FSShell
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp519 if (_kern_read_fs_info(bootDevice, &info) == B_OK) {
H A Dvfs.cpp8176 _kern_read_fs_info(dev_t device, struct fs_info* info) function
/haiku/headers/private/system/
H A Dsyscalls.h260 extern status_t _kern_read_fs_info(dev_t device, struct fs_info *info);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1711 _kern_read_fs_info(swapDeviceID, &info);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1230 void _kern_read_fs_info() {} function
H A Dlibroot_stubs_legacy.c1150 void _kern_read_fs_info() {} function

Completed in 245 milliseconds