Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dmount_internal.h457 int dounmount(struct mount *, int, int, vfs_context_t);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_subr.c1289 dounmount(mp, MNT_FORCE, 0, ctx); in vfs_mountroot()
1301 dounmount(mp, MNT_FORCE, 0, ctx); in vfs_mountroot()
3876 error = dounmount(mp, MNT_FORCE, 1, vfs_context_current()); in unmount_callback()
H A Dvfs_syscalls.c2340 return dounmount(mp, flags, 1, ctx); in safedounmount()
2351 dounmount(struct mount *mp, int flags, int withref, vfs_context_t ctx) in dounmount() function
2689 (void) dounmount(smp, flags, 1, ctx); in dounmount_submounts()