Home
last modified time | relevance | path

Searched refs:sv_dfh (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_shadow.c121 ASSERT(svp->sv_dfh == NULL); in sv_activate()
122 svp->sv_dfh = VTOR4(dvp)->r_fh; in sv_activate()
123 sfh4_hold(svp->sv_dfh); in sv_activate()
250 svp->sv_dfh = VTOR4(dvp)->r_fh; in sv_find()
251 sfh4_hold(svp->sv_dfh); in sv_find()
273 SFH4_SAME(svp->sv_dfh, fhp)); in sv_match()
338 if (svp->sv_dfh != NULL) in sv_uninit()
339 sfh4_rele(&svp->sv_dfh); in sv_uninit()
H A Dnfs4_client_secinfo.c1018 if (svp->sv_dfh) { in nfs4_secinfo_vnode()
1020 error = nfs4_secinfo_fh_otw(VTOMI4(vp), svp->sv_dfh, nm, cr); in nfs4_secinfo_vnode()
H A Dnfs4_subr.c1985 if (rp->r_svnode.sv_dfh != NULL) in nfs4_remap_file()
1986 sfh4_update(rp->r_svnode.sv_dfh, &newpfh); in nfs4_remap_file()
H A Dnfs4_rnode.c476 svp->sv_dfh = psfh; in makenfs4node_by_fh()
H A Dnfs4_client_state.c2096 VTOSV(vp)->sv_dfh; in nfs4_resend_open_otw()
H A Dnfs4_vnops.c1815 VTOSV(vp)->sv_dfh; in nfs4_reopen()
8128 nfs4_sharedfh_t *old_dfh = sv->sv_dfh; in update_parentdir_sfh()
8132 sv->sv_dfh = new_dfh; in update_parentdir_sfh()
14849 if (svnp->sv_name == NULL || svnp->sv_dfh == NULL) { in vtodv()
14855 error = nfs4_make_dotdot(svnp->sv_dfh, 0, vp, cr, &dvp, in vtodv()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h125 nfs4_sharedfh_t *sv_dfh; /* directory file handle */ member