Searched refs:VFS_UNMOUNT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmount.h730 extern int VFS_UNMOUNT(mount_t, int, vfs_context_t);
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c719 VFS_INFO, VFS_INTERNAL_ERROR, VFS_MOUNT, VFS_UNMOUNT,
846 case VFS_UNMOUNT: {
711 VFS_INFO, VFS_INTERNAL_ERROR, VFS_MOUNT, VFS_UNMOUNT, enumerator in enum:options
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c211 VFS_UNMOUNT(mount_t mp, int flags, vfs_context_t ctx) function
H A Dvfs_syscalls.c1024 (void)VFS_UNMOUNT(mp, MNT_FORCE, ctx);
1929 error = VFS_UNMOUNT(mp, flags, ctx);

Completed in 133 milliseconds