Lines Matching refs:rtvp
501 vnode_t *rtvp; /* the server's root */ in nfs_mount() local
622 rtvp = NULL; in nfs_mount()
976 error = nfsrootvp(&rtvp, vfsp, svp_head, flags, cr, mntzone); in nfs_mount()
984 mi = VTOMI(rtvp); in nfs_mount()
989 error = nfs_setopts(rtvp, DATAMODEL_NATIVE, args); in nfs_mount()
996 if (rtvp != NULL) { in nfs_mount()
998 rp = VTOR(rtvp); in nfs_mount()
1002 VN_RELE(rtvp); in nfs_mount()
1147 vnode_t *rtvp; in nfsrootvp() local
1256 rtvp = makenfsnode((fhandle_t *)svp->sv_fhandle.fh_buf, in nfsrootvp()
1272 error = nfsgetattr(rtvp, &va, tcr); in nfsrootvp()
1275 rtvp->v_type = va.va_type; in nfsrootvp()
1322 mi->mi_type = rtvp->v_type; in nfsrootvp()
1324 *rtvpp = rtvp; in nfsrootvp()
1337 rp = VTOR(rtvp); in nfsrootvp()
1340 VN_RELE(rtvp); in nfsrootvp()
1661 vnode_t *rtvp; in nfs_mountroot() local
1743 rtvp = NULL; in nfs_mountroot()
1745 error = nfsrootvp(&rtvp, vfsp, svp, args.flags, cr, global_zone); in nfs_mountroot()
1755 error = nfs_setopts(rtvp, DATAMODEL_NATIVE, &args); in nfs_mountroot()
1781 if (rtvp != NULL) in nfs_mountroot()
1782 VN_RELE(rtvp); in nfs_mountroot()