Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dmount_internal.h458 int safedounmount(struct mount *, int, vfs_context_t);
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c2609 return safedounmount(mp, uap->flags, ctx); in unmount()
2624 return safedounmount(mp, flags, ctx); in vfs_unmountbyfsid()
2632 safedounmount(struct mount *mp, int flags, vfs_context_t ctx) in safedounmount() function
H A Dvfs_subr.c4855 error = safedounmount(mp, flags, ctx); in sysctl_vfs_ctlbyfsid()