Searched refs:dounmount (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/bsd/sys/ |
| H A D | mount_internal.h | 459 int dounmount(struct mount *, int, int, vfs_context_t);
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_subr.c | 1370 dounmount(mp, MNT_FORCE, 0, ctx); in vfs_mountroot() 1382 dounmount(mp, MNT_FORCE, 0, ctx); in vfs_mountroot() 4167 error = dounmount(mp, MNT_FORCE, 1, vfs_context_current()); in unmount_callback()
|
| H A D | vfs_syscalls.c | 2688 return dounmount(mp, flags, 1, ctx); in safedounmount() 2699 dounmount(struct mount *mp, int flags, int withref, vfs_context_t ctx) in dounmount() function 3040 (void) dounmount(smp, flags, 1, ctx); in dounmount_submounts()
|