Searched refs:stubvp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_attr.c | 1299 vnode_t *stubvp = NULL, *vp; in rfs4_get_mntdfileid() local 1309 stubvp = untraverse(vp); in rfs4_get_mntdfileid() 1318 if (VN_CMP(vp, stubvp)) { in rfs4_get_mntdfileid() 1324 error = rfs4_vop_getattr(stubvp, vap, 0, sarg->cs->cr); in rfs4_get_mntdfileid() 1335 VN_RELE(stubvp); in rfs4_get_mntdfileid()
|
H A D | nfs4_stub_vnops.c | 1835 nfs4_trigger_domount(vnode_t *stubvp, domount_args_t *dma, vfs_t **vfsp, in nfs4_trigger_domount() argument 1848 vfs_t *stubvfsp = stubvp->v_vfsp; in nfs4_trigger_domount() 1853 orig_path = path = fn_path(VTOSV(stubvp)->sv_name); in nfs4_trigger_domount() 1932 retval = domount(NULL, uap, stubvp, cr, vfsp); in nfs4_trigger_domount() 1944 error = nfs4_trigger_mounted_already(stubvp, in nfs4_trigger_domount()
|