Home
last modified time | relevance | path

Searched refs:VFS_UNMOUNT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h849 extern int VFS_UNMOUNT(mount_t, int, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c231 VFS_UNMOUNT(mount_t mp, int flags, vfs_context_t ctx) in VFS_UNMOUNT() function
H A Dvfs_syscalls.c1992 (void)VFS_UNMOUNT(mp, MNT_FORCE, ctx); in mount_common()
3107 error = VFS_UNMOUNT(mp, flags, ctx); in dounmount()