Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dmount_internal.h458 int safedounmount(struct mount *, int, vfs_context_t);
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c2755 return safedounmount(mp, flags, ctx); in unmount()
2770 return safedounmount(mp, flags, ctx); in vfs_unmountbyfsid()
2778 safedounmount(struct mount *mp, int flags, vfs_context_t ctx) in safedounmount() function
H A Dvfs_subr.c4949 error = safedounmount(mp, flags, ctx); in sysctl_vfs_ctlbyfsid()