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

/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 71 milliseconds