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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount_internal.h374 int dounmount(struct mount *, int, int, vfs_context_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c794 * exclusive lock at the end of dounmount.
1046 dounmount(mp, MNT_FORCE, 0, ctx);
1055 dounmount(mp, MNT_FORCE, 0, ctx);
2627 error = dounmount(mp, MNT_FORCE, 0, vfs_context_current());
H A Dvfs_syscalls.c1012 return (dounmount(mp, flags, 1, ctx));
1023 dounmount(struct mount *mp, int flags, int withref, vfs_context_t ctx) function
1044 msleep((caddr_t)mp, &mp->mnt_mlock, (PVFS | PDROP), "dounmount", NULL);
1203 panic("dounmount: no coveredvp");

Completed in 70 milliseconds