Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1323 error = dounmount(mp, fflags, curthread); in zfsctl_umount_snapshots()
1355 return (dounmount(vfsp, MS_FORCE, curthread)); in zfsctl_snapshot_unmount()
H A Dzfs_vfsops.c1976 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, curthread); in zfs_resume_fs()
/f-stack/freebsd/sys/
H A Dmount.h948 int dounmount(struct mount *, int, struct thread *);
/f-stack/freebsd/kern/
H A Dvfs_mount.c1474 error = dounmount(mp, flags, td); in kern_unmount()
1731 dounmount(struct mount *mp, int flags, struct thread *td) in dounmount() function
H A Dvfs_subr.c4696 error = dounmount(mp, MNT_FORCE, curthread); in unmount_or_warn()