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

/haiku/src/system/libroot/os/
H A Dfs_volume.c25 return _kern_unmount(path, flags);
/haiku/src/add-ons/kernel/file_systems/fat/bsd/fs/msdosfs/
H A Dmsdosfs_vfsops.c92 status_t status = _kern_unmount(bsdVolume->mnt_stat.f_mntonname, B_FORCE_UNMOUNT);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h22 fssh_status_t _kern_unmount(const char *path, uint32_t flags);
H A Dfuse.cpp469 fssh_status_t error = _kern_unmount(kMountPoint, 0);
H A Dfssh.cpp1621 fssh_status_t error = _kern_unmount(kMountPoint, 0);
H A Dvfs.cpp5094 _kern_unmount(const char *path, uint32_t flags) function in namespace:FSShell
/haiku/headers/private/system/
H A Dsyscalls.h261 extern status_t _kern_unmount(const char *path, uint32 flags);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1343 void _kern_unmount() {} function
H A Dlibroot_stubs_legacy.c1272 void _kern_unmount() {} function
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8227 _kern_unmount(const char* path, uint32 flags) function

Completed in 209 milliseconds