Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dumount.c114 if ((error = dounmount(vfsp, flag, cr)) != 0) in umount2_engine()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h484 int dounmount(struct vfs *, int, cred_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h477 int dounmount(struct vfs *, int, cred_t *);
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c274 if ((error = dounmount(vfsp, 0, crp)) != 0) in nm_umountall()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1265 error = dounmount(mvfsp, 0, CRED()); in auto_perform_actions()
1774 error = dounmount(vfsp, 0, kcred); in auto_inkernel_unmount()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c536 error = dounmount(vn_mountedvfs(svp), fflags, cr); in zfsctl_unmount_snap()
H A Dzfs_vfsops.c2531 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, CRED()); in zfs_resume_fs()
H A Dzfs_ioctl.c3661 (void) dounmount(vfsp, MS_FORCE, kcred); in zfs_unmount_snap()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3007 dounmount(struct vfs *vfsp, int flag, cred_t *cr) in dounmount() function
3100 (void) dounmount(vfsp, 0, CRED()); in vfs_unmountall()
H A Dvnode.c1935 error = dounmount(vfsp, 0, CRED()); in vn_removeat()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c1852 if ((err = dounmount(vfsp, 0, kcred)) != 0) { in sf_found_umount()