Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dmount_internal.h458 int safedounmount(struct mount *, int, vfs_context_t);
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_syscalls.c2769 return safedounmount(mp, flags, ctx); in unmount()
2784 return safedounmount(mp, flags, ctx); in vfs_unmountbyfsid()
2792 safedounmount(struct mount *mp, int flags, vfs_context_t ctx) in safedounmount() function
H A Dvfs_subr.c4953 error = safedounmount(mp, flags, ctx); in sysctl_vfs_ctlbyfsid()