Searched refs:dounmount (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/netbsd-tests/fs/common/ |
| HD | 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-13-stable/contrib/netbsd-tests/lib/librumphijack/ |
| HD | t_vfs.sh | 41 dounmount() function 50 dounmount
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zfs_ctldir.c | 1365 error = dounmount(mp, fflags, curthread); in zfsctl_umount_snapshots() 1397 return (dounmount(vfsp, MS_FORCE, curthread)); in zfsctl_snapshot_unmount()
|
| HD | zfs_vfsops.c | 2043 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, curthread); in zfs_resume_fs()
|
| /freebsd-13-stable/sys/sys/ |
| HD | mount.h | 960 int dounmount(struct mount *, int, struct thread *);
|
| /freebsd-13-stable/sys/kern/ |
| HD | vfs_mount.c | 1642 error = dounmount(mp, flags, td); in kern_unmount() 1902 dounmount(struct mount *mp, int flags, struct thread *td) in dounmount() function
|
| HD | vfs_subr.c | 5101 error = dounmount(mp, MNT_FORCE, curthread); in unmount_or_warn()
|
| /freebsd-13-stable/sys/ufs/ffs/ |
| HD | ffs_vfsops.c | 302 dounmount(mp, MNT_FORCE, curthread); in ffs_fsfail_unmount()
|