Home
last modified time | relevance | path

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

/NextBSD/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()
/NextBSD/contrib/netbsd-tests/lib/librumphijack/
HDt_vfs.sh41 dounmount() function
50 dounmount
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_ctldir.c682 error = dounmount(vn_mountedvfs(svp), fflags, cr); in zfsctl_unmount_snap()
702 return (dounmount(vn_mountedvfs(svp), fflags, curthread)); in zfsctl_unmount_snap()
HDzfs_vfsops.c2273 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, curthread); in zfs_resume_fs()
HDzfs_ioctl.c3485 (void) dounmount(vfsp, MS_FORCE, kcred); in zfs_unmount_snap()
3488 (void) dounmount(vfsp, MS_FORCE, curthread); in zfs_unmount_snap()
/NextBSD/sys/sys/
HDmount.h831 int dounmount(struct mount *, int, struct thread *);
/NextBSD/sys/kern/
HDvfs_mount.c1205 error = dounmount(mp, uap->flags, td); in sys_unmount()
1213 dounmount(struct mount *mp, int flags, struct thread *td) in dounmount() function
HDvfs_subr.c3819 error = dounmount(mp, MNT_FORCE, curthread); in unmount_or_warn()