Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/sys/
H A Dmount_internal.h457 int safedounmount(struct mount *, int, vfs_context_t);
/xnu-8796.101.5/bsd/vfs/
H A Dvfs_syscalls.c2614 return safedounmount(mp, uap->flags, ctx); in unmount()
2629 return safedounmount(mp, flags, ctx); in vfs_unmountbyfsid()
2637 safedounmount(struct mount *mp, int flags, vfs_context_t ctx) in safedounmount() function
H A Dvfs_subr.c4745 error = safedounmount(mp, flags, ctx); in sysctl_vfs_ctlbyfsid()