Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/netbsd-tests/fs/common/
HDfstest_nfs.c285 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/
HDt_vfs.sh41 dounmount() function
50 dounmount
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_ctldir.c1365 error = dounmount(mp, fflags, curthread); in zfsctl_umount_snapshots()
1397 return (dounmount(vfsp, MS_FORCE, curthread)); in zfsctl_snapshot_unmount()
HDzfs_vfsops.c2043 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, curthread); in zfs_resume_fs()
/freebsd-13-stable/sys/sys/
HDmount.h960 int dounmount(struct mount *, int, struct thread *);
/freebsd-13-stable/sys/kern/
HDvfs_mount.c1642 error = dounmount(mp, flags, td); in kern_unmount()
1902 dounmount(struct mount *mp, int flags, struct thread *td) in dounmount() function
HDvfs_subr.c5101 error = dounmount(mp, MNT_FORCE, curthread); in unmount_or_warn()
/freebsd-13-stable/sys/ufs/ffs/
HDffs_vfsops.c302 dounmount(mp, MNT_FORCE, curthread); in ffs_fsfail_unmount()