Searched refs:dounmount (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/common/ |
H A D | fstest_nfs.c | 285 dounmount(const atf_tc_t *tc, const char *path, int flags) in dounmount() function 318 return dounmount(tc, path, flags); in nfs_fstest_unmount() 325 return dounmount(tc, path, flags); in nfsro_fstest_unmount()
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | t_vfs.sh | 41 dounmount() function 50 dounmount
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ctldir.c | 1346 error = dounmount(mp, fflags, curthread); in zfsctl_umount_snapshots() 1378 return (dounmount(vfsp, MS_FORCE, curthread)); in zfsctl_snapshot_unmount()
|
H A D | zfs_vfsops.c | 2020 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, curthread); in zfs_resume_fs()
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 1805 error = dounmount(mp, flags, td); in kern_unmount() 2108 error = dounmount(mp, flags, curthread); in vfs_deferred_unmount() 2140 dounmount(struct mount *mp, uint64_t flags, struct thread *td) in dounmount() function
|
H A D | vfs_subr.c | 5057 error = dounmount(mp, MNT_FORCE, curthread); in unmount_or_warn()
|
/freebsd/sys/sys/ |
H A D | mount.h | 993 int dounmount(struct mount *, uint64_t, struct thread *);
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 313 dounmount(ump->um_mountp, in ffs_fsfail_cleanup_locked()
|