Searched defs:stubvp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c1299 vnode_t *stubvp = NULL, *vp; local
1309 stubvp = untraverse(vp);
1312 * If vp/stubvp are same, we must be at system
1318 if (VN_CMP(vp, stubvp)) {
1324 error = rfs4_vop_getattr(stubvp, vap, 0, sarg->cs->cr);
1328 * Done with stub, time to rele. If vp and stubvp
1330 * stubvp. If they weren't the same, then untraverse()
1335 VN_RELE(stubvp);
H A Dnfs4_stub_vnops.c1840 nfs4_trigger_domount(vnode_t *stubvp, domount_args_t *dma, vfs_t **vfsp, argument
1853 vfs_t *stubvfsp = stubvp->v_vfsp;
1858 orig_path = path = fn_path(VTOSV(stubvp)->sv_name);
1937 retval = domount(NULL, uap, stubvp, cr, vfsp);
1949 error = nfs4_trigger_mounted_already(stubvp,

Completed in 67 milliseconds