Searched refs:sv_dfh (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_shadow.c | 118 ASSERT(svp->sv_dfh == NULL); in sv_activate() 119 svp->sv_dfh = VTOR4(dvp)->r_fh; in sv_activate() 120 sfh4_hold(svp->sv_dfh); in sv_activate() 247 svp->sv_dfh = VTOR4(dvp)->r_fh; in sv_find() 248 sfh4_hold(svp->sv_dfh); in sv_find() 270 SFH4_SAME(svp->sv_dfh, fhp)); in sv_match() 335 if (svp->sv_dfh != NULL) in sv_uninit() 336 sfh4_rele(&svp->sv_dfh); in sv_uninit()
|
H A D | nfs4_client_secinfo.c | 1019 if (svp->sv_dfh) { in nfs4_secinfo_vnode() 1021 error = nfs4_secinfo_fh_otw(VTOMI4(vp), svp->sv_dfh, nm, cr); in nfs4_secinfo_vnode()
|
H A D | nfs4_subr.c | 1985 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 D | nfs4_rnode.c | 475 svp->sv_dfh = psfh; in makenfs4node_by_fh()
|
H A D | nfs4_client_state.c | 2096 VTOSV(vp)->sv_dfh; in nfs4_resend_open_otw()
|
H A D | nfs4_vnops.c | 1818 VTOSV(vp)->sv_dfh; in nfs4_reopen() 8145 nfs4_sharedfh_t *old_dfh = sv->sv_dfh; in update_parentdir_sfh() 8149 sv->sv_dfh = new_dfh; in update_parentdir_sfh() 14906 if (svnp->sv_name == NULL || svnp->sv_dfh == NULL) { in vtodv() 14912 error = nfs4_make_dotdot(svnp->sv_dfh, 0, vp, cr, &dvp, in vtodv()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | rnode4.h | 125 nfs4_sharedfh_t *sv_dfh; /* directory file handle */ member
|