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

/illumos-gate/usr/src/uts/common/syscall/
H A Dumount.c76 * and if it failed, bailed out with EBUSY. However, dounmount()
78 * dounmount(), so there's no difference between waiting here
88 * Call vn_vfswlock() on the covered vnode so that dounmount()
114 if ((error = dounmount(vfsp, flag, cr)) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h475 int dounmount(struct vfs *, int, cred_t *);
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c192 * the dounmount() routine is called. This causes the nm_unmount()
212 * If the v_vfsp field is not namevfs, dounmount it. Otherwise,
241 * without MT locking because dounmount can sleep
247 if ((error = dounmount(vfsp, 0, crp)) != 0)
253 * If for some reasons dounmount() fails,
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1263 error = dounmount(mvfsp, 0, CRED());
1772 error = dounmount(vfsp, 0, kcred);
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h334 * dounmount() is still waiting to lock the mountpoint. This allows
831 int dounmount(struct mount *, int, struct thread *);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c537 /* this will be dropped by dounmount() */
542 error = dounmount(vn_mountedvfs(svp), fflags, cr);
H A Dzfs_vfsops.c2072 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, CRED());
H A Dzfs_ioctl.c3444 (void) dounmount(vfsp, MS_FORCE, kcred);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c1846 /* The vn_vfsunlock will be done in dounmount() [.../common/fs/vfs.c] */
1853 if ((err = dounmount(vfsp, 0, kcred)) != 0) {
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3026 dounmount(struct vfs *vfsp, int flag, cred_t *cr) function
3119 (void) dounmount(vfsp, 0, CRED());
3229 * Called from dounmount after it's confirmed with the file system
H A Dvnode.c705 * from dounmount().
1885 error = dounmount(vfsp, 0, CRED());

Completed in 128 milliseconds