Lines Matching refs:rootvp
1657 remap_lookup(nfs4_fname_t *fname, vnode_t *rootvp, in remap_lookup() argument
1675 ASSERT(rootvp->v_type == VDIR); in remap_lookup()
1677 mi = VTOMI4(rootvp); in remap_lookup()
1701 lookuparg.mi = VTOMI4(rootvp); in remap_lookup()
1708 argop[0].nfs_argop4_u.opcputfh.sfh = VTOR4(rootvp)->r_fh; in remap_lookup()
1794 vnode_t *rootvp = NULL; in nfs4_remap_file() local
1819 ep->error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_remap_file()
1843 if (filetype == RML_ORDINARY && rootvp->v_type == VREG) { in nfs4_remap_file()
1849 remap_lookup(rp->r_svnode.sv_name, rootvp, filetype, cred_otw, in nfs4_remap_file()
1894 VN_RELE(rootvp); in nfs4_remap_file()
1895 rootvp = NULL; in nfs4_remap_file()
1899 ep->error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_remap_file()
1999 if (rootvp != NULL) in nfs4_remap_file()
2000 VN_RELE(rootvp); in nfs4_remap_file()
2053 vnode_t *vp = NULL, *rootvp = NULL; in nfs4_make_dotdot() local
2084 e.error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_make_dotdot()
2090 VN_RELE(rootvp); in nfs4_make_dotdot()
2110 e.error = nfs4_start_fop(mi, rootvp, NULL, OH_LOOKUP, in nfs4_make_dotdot()
2120 remap_lookup(np, rootvp, RML_ORDINARY, cr, in nfs4_make_dotdot()
2127 rootvp, NULL, NULL, NULL, OP_LOOKUP, NULL, NULL, in nfs4_make_dotdot()
2130 nfs4_end_fop(mi, rootvp, NULL, OH_LOOKUP, in nfs4_make_dotdot()
2136 nfs4_end_fop(mi, rootvp, NULL, OH_LOOKUP, in nfs4_make_dotdot()
2151 nfs4_end_fop(mi, rootvp, NULL, OH_LOOKUP, in nfs4_make_dotdot()
2160 nfs4_end_fop(mi, rootvp, NULL, OH_LOOKUP, in nfs4_make_dotdot()
2177 remap_lookup(pnp, rootvp, RML_ORDINARY, cr, in nfs4_make_dotdot()
2192 rootvp, NULL, NULL, NULL, in nfs4_make_dotdot()
2195 nfs4_end_fop(mi, rootvp, NULL, in nfs4_make_dotdot()
2202 nfs4_end_fop(mi, rootvp, NULL, in nfs4_make_dotdot()
2213 nfs4_end_fop(mi, rootvp, NULL, in nfs4_make_dotdot()
2223 nfs4_end_fop(mi, rootvp, NULL, OH_LOOKUP, in nfs4_make_dotdot()
2232 nfs4_end_fop(mi, rootvp, NULL, OH_LOOKUP, &recov_state, FALSE); in nfs4_make_dotdot()
2251 if (rootvp != NULL) in nfs4_make_dotdot()
2252 VN_RELE(rootvp); in nfs4_make_dotdot()