Home
last modified time | relevance | path

Searched refs:stubvp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c1327 vnode_t *stubvp = NULL, *vp; in rfs4_get_mntdfileid() local
1344 stubvp = untraverse(vp, ZONE_ROOTVP()); in rfs4_get_mntdfileid()
1353 if (VN_CMP(vp, stubvp)) { in rfs4_get_mntdfileid()
1359 error = rfs4_vop_getattr(stubvp, vap, 0, sarg->cs->cr); in rfs4_get_mntdfileid()
1370 VN_RELE(stubvp); in rfs4_get_mntdfileid()
H A Dnfs4_stub_vnops.c1840 nfs4_trigger_domount(vnode_t *stubvp, domount_args_t *dma, vfs_t **vfsp, in nfs4_trigger_domount() argument
1853 vfs_t *stubvfsp = stubvp->v_vfsp; in nfs4_trigger_domount()
1858 orig_path = path = fn_path(VTOSV(stubvp)->sv_name); in nfs4_trigger_domount()
1937 retval = domount(NULL, uap, stubvp, cr, vfsp); in nfs4_trigger_domount()
1949 error = nfs4_trigger_mounted_already(stubvp, in nfs4_trigger_domount()