Home
last modified time | relevance | path

Searched defs:unmount (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_subr.c3132 bool unmount = vnode_mount(vp) != NULL && (vnode_mount(vp)->mnt_lflag & MNT_LUNMOUNT) != 0; in vclean() local
H A Dvfs_syscalls.c2795 unmount(__unused proc_t p, struct unmount_args *uap, __unused int32_t *retval) in unmount() function