Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dvfs_default.c79 dounmount(mp, MNT_FORCE | MNT_DOOMED, p); in vop_generic_revoke()
Dvfs_syscalls.c399 return (dounmount(mp, SCARG(uap, flags) & MNT_FORCE, p)); in sys_unmount()
406 dounmount(struct mount *mp, int flags, struct proc *p) in dounmount() function
Dvfs_subr.c1770 if ((error = dounmount(mp, MNT_FORCE, curproc)) != 0) { in vfs_unmountall()
/openbsd/src/sys/ufs/mfs/
Dmfs_vfsops.c194 dounmount(mp, (sig == SIGKILL) ? MNT_FORCE : 0, p)) in mfs_start()
/openbsd/src/sys/sys/
Dmount.h618 int dounmount(struct mount *, int, struct proc *);
/openbsd/src/sys/miscfs/fuse/
Dfuse_device.c264 error = dounmount(fd->fd_fmp->mp, MNT_FORCE, p); in fuseclose()
/openbsd/src/regress/usr.bin/diff/
Dt9.1355 return (dounmount(mp, SCARG(uap, flags), p));
361 dounmount(mp, flags, p)
Dt9.2425 return (dounmount(mp, SCARG(uap, flags), p, vp));
432 dounmount(struct mount *mp, int flags, struct proc *p, struct vnode *olddp)