Searched refs:s_realvp (Results 1 – 6 of 6) sorted by relevance
155 sp->s_realvp = vp; in specvp()234 sp->s_realvp = NULL; in makespecvp()546 sp->s_realvp = NULL; in get_cvp()592 sp->s_realvp = NULL; in commonvp()691 VN_CMP(st->s_realvp, vp) && in sfind()693 (vp == NULL || st->s_realvp->v_vfsp == vp->v_vfsp)) { in sfind()
586 if (sp->s_realvp && (sp->s_realvp->v_vfsp->vfs_flag & VFS_NODEVICES)) in spec_open()1309 realvp = sp->s_realvp; in spec_getattr()1400 if ((realvp = sp->s_realvp) == NULL) in spec_setattr()1435 if ((realvp = sp->s_realvp) != NULL) in spec_access()1504 realvp = sp->s_realvp; in spec_fsync()1599 rvp = sp->s_realvp; in spec_inactive()1692 if ((realvp = sp->s_realvp) != NULL) in spec_fid()1743 if ((rvp = VTOS(vp)->s_realvp) != NULL) { in spec_realvp()2635 if ((realvp = sp->s_realvp) != NULL) { in spec_setsecattr()2663 if ((realvp = sp->s_realvp) != NULL) in spec_getsecattr()[all …]
73 struct vnode *s_realvp; /* vnode for the fs entry (if any) */ member
120 dv = VTOSDEV(VTOS(*vpp)->s_realvp); in devipnet_lookup()
306 dv = VTOSDEV(VTOS(*vpp)->s_realvp); in devpts_lookup()
211 dv = VTOSDEV(VTOS(*vpp)->s_realvp); in devvt_lookup()