Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dmount_internal.h457 int safedounmount(struct mount *, int, vfs_context_t);
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_syscalls.c2600 return safedounmount(mp, uap->flags, ctx); in unmount()
2615 return safedounmount(mp, flags, ctx); in vfs_unmountbyfsid()
2623 safedounmount(struct mount *mp, int flags, vfs_context_t ctx) in safedounmount() function
H A Dvfs_subr.c4713 error = safedounmount(mp, flags, ctx); in sysctl_vfs_ctlbyfsid()