Searched refs:s_realvp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h50 * then the s_realvp field is NULL and s_commonvp points to s_vnode.
52 * device in a file system have s_realvp pointing to the vp which
73 struct vnode *s_realvp; /* vnode for the fs entry (if any) */ member in struct:snode
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c155 sp->s_realvp = vp;
234 sp->s_realvp = NULL;
546 sp->s_realvp = NULL;
592 sp->s_realvp = NULL;
671 * ONLY looks for snodes with non-NULL s_realvp members and
691 VN_CMP(st->s_realvp, vp) &&
693 (vp == NULL || st->s_realvp->v_vfsp == vp->v_vfsp)) {
H A Dspecvnops.c586 if (sp->s_realvp && (sp->s_realvp->v_vfsp->vfs_flag & VFS_NODEVICES))
1309 realvp = sp->s_realvp;
1400 if ((realvp = sp->s_realvp) == NULL)
1435 if ((realvp = sp->s_realvp) != NULL)
1504 realvp = sp->s_realvp;
1599 rvp = sp->s_realvp;
1692 if ((realvp = sp->s_realvp) != NULL)
1743 if ((rvp = VTOS(vp)->s_realvp) != NULL) {
2635 if ((realvp = sp->s_realvp) !
[all...]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ipnetops.c120 dv = VTOSDEV(VTOS(*vpp)->s_realvp);
H A Dsdev_ptsops.c306 dv = VTOSDEV(VTOS(*vpp)->s_realvp);
H A Dsdev_vtops.c211 dv = VTOSDEV(VTOS(*vpp)->s_realvp);

Completed in 69 milliseconds