Searched refs:vfs_mntdummyvp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c185 extern struct vnode *vfs_mntdummyvp;
1225 if (vfs_mntdummyvp && mntfstype != 0 &&
1228 vp = vfs_mntdummyvp;
1229 VN_HOLD(vfs_mntdummyvp);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c149 struct vnode *vfs_mntdummyvp; /* to fake mnttab read/write for file events */ variable in typeref:struct:vnode
2865 vfs_mntdummyvp = tvp;
2878 if (vfs_mntdummyvp == NULL)
2891 (void) VOP_WRITE(vfs_mntdummyvp, &uio, 0, kcred, NULL);
2893 (void) VOP_READ(vfs_mntdummyvp, &uio, 0, kcred, NULL);

Completed in 88 milliseconds