Searched refs:dounmount (Results 1 – 9 of 9) 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/fs/fuse/ |
| H A D | fuse_device.c | 181 dounmount(fdata->mp, MNT_FORCE, curthread); in fdata_dtor()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 1348 error = dounmount(mp, fflags, curthread); in zfsctl_umount_snapshots() 1380 return (dounmount(vfsp, MS_FORCE, curthread)); in zfsctl_snapshot_unmount()
|
| H A D | zfs_vfsops.c | 2096 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, curthread); in zfs_resume_fs()
|
| /freebsd/sys/kern/ |
| H A D | vfs_mount.c | 1844 error = dounmount(mp, flags, td); in kern_unmount() 2147 error = dounmount(mp, flags, curthread); in vfs_deferred_unmount() 2179 dounmount(struct mount *mp, uint64_t flags, struct thread *td) in dounmount() function
|
| H A D | vfs_subr.c | 5091 error = dounmount(mp, MNT_FORCE, curthread); in unmount_or_warn()
|
| /freebsd/sys/sys/ |
| H A D | mount.h | 1022 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()
|