Lines Matching refs:rtvp
703 vnode_t *rtvp; /* the server's root */ in nfs4_mount() local
806 rtvp = NULL; in nfs4_mount()
1129 error = nfs4rootvp(&rtvp, vfsp, svp_head, flags, cr, mntzone); in nfs4_mount()
1136 mi = VTOMI4(rtvp); in nfs4_mount()
1158 error = nfs4_setopts(rtvp, DATAMODEL_NATIVE, args); in nfs4_mount()
1170 if (rtvp != NULL) { in nfs4_mount()
1171 rp = VTOR4(rtvp); in nfs4_mount()
1179 if (rtvp != NULL) in nfs4_mount()
1180 VN_RELE(rtvp); in nfs4_mount()
1203 if (rtvp != NULL) in nfs4_mount()
1204 VN_RELE(rtvp); in nfs4_mount()
2267 vnode_t *rtvp = NULL; in nfs4rootvp() local
2577 rtvp = makenfs4node_by_fh(mi->mi_rootfh, NULL, in nfs4rootvp()
2579 rtvp->v_type = vtype; in nfs4rootvp()
2605 if (rtvp->v_type == VNON) { in nfs4rootvp()
2607 error = nfs4getattr(rtvp, &va, tcr); in nfs4rootvp()
2610 rtvp->v_type = va.va_type; in nfs4rootvp()
2613 mi->mi_type = rtvp->v_type; in nfs4rootvp()
2632 *rtvpp = rtvp; in nfs4rootvp()
2644 if (rtvp != NULL) { in nfs4rootvp()
2649 rp = VTOR4(rtvp); in nfs4rootvp()
2652 VN_RELE(rtvp); in nfs4rootvp()
2954 vnode_t *rtvp; in nfs4_mountroot() local
3049 rtvp = NULL; in nfs4_mountroot()
3051 error = nfs4rootvp(&rtvp, vfsp, svp, args.flags, cr, global_zone); in nfs4_mountroot()
3060 mi = VTOMI4(rtvp); in nfs4_mountroot()
3076 error = nfs4_setopts(rtvp, DATAMODEL_NATIVE, &args); in nfs4_mountroot()
3102 if (rtvp != NULL) in nfs4_mountroot()
3103 VN_RELE(rtvp); in nfs4_mountroot()