Searched refs:r_fh (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_shadow.c119 svp->sv_dfh = VTOR4(dvp)->r_fh;
200 if (sv_match(nm, drp->r_fh, master_svp)) {
214 if (sv_match(nm, drp->r_fh, svp)) {
247 svp->sv_dfh = VTOR4(dvp)->r_fh;
H A Dnfs4_rnode.c673 rp->r_fh = fh;
675 sfh4_hold(rp->r_fh);
739 sfh4_rele(&rp->r_fh);
1037 if (vp->v_vfsp == vfsp && SFH4_SAME(rp->r_fh, fh)) {
1994 sfh4_copyval(checkrp->r_fh, &fh);
2012 sfh4_copyval(rp->r_fh, &fh2);
H A Dnfs_subr.c2554 rp->r_fh.fh_len = fh->fh_len;
2555 bcopy(fh->fh_buf, rp->r_fh.fh_buf, fh->fh_len);
2642 if (rootfh->fh_len == rp->r_fh.fh_len &&
2643 bcmp(rootfh->fh_buf, rp->r_fh.fh_buf, rp->r_fh.fh_len) == 0) {
2887 rp->r_fh.fh_len == fh->fh_len &&
2888 bcmp(rp->r_fh.fh_buf, fh->fh_buf, fh->fh_len) == 0) {
4392 rp->r_fh = svp->sv_fhandle;
4394 index = rtablehash(&rp->r_fh);
4580 rp->r_fh
[all...]
H A Dnfs4_client_state.c1937 argop[0].nfs_argop4_u.opcputfh.sfh = rp->r_fh;
2099 argop[0].nfs_argop4_u.opcputfh.sfh = VTOR4(dvp)->r_fh;
2232 (nfs4cmpfh(&rp->r_fh->sfh_fh, &gf_res->object) != 0);
2304 sfh4_update(rp->r_fh, &gf_res->object);
H A Dnfs4_vnops.c931 argop[0].nfs_argop4_u.opcputfh.sfh = drp->r_fh;
1114 argop[5].nfs_argop4_u.opcputfh.sfh = drp->r_fh;
1333 orig_sfh = VTOR4(vpi)->r_fh;
1800 argop[0].nfs_argop4_u.opcputfh.sfh = rp->r_fh;
2072 fh_different = (nfs4cmpfh(&rp->r_fh->sfh_fh, &gf_res->object) != 0);
2130 sfh4_update(rp->r_fh, &gf_res->object);
2462 argop[0].nfs_argop4_u.opcputfh.sfh = rp->r_fh;
3213 argop[0].nfs_argop4_u.opcputfh.sfh = rp->r_fh;
3443 argop[0].nfs_argop4_u.opcputfh.sfh = rp->r_fh;
3871 argop[0].nfs_argop4_u.opcputfh.sfh = rp->r_fh;
[all...]
H A Dnfs4_subr.c1640 sfh4_update(VTOR4(renvp)->r_fh, nfh4p);
1708 argop[0].nfs_argop4_u.opcputfh.sfh = VTOR4(rootvp)->r_fh;
1978 sfh4_update(rp->r_fh, &newfh);
3149 sfh4_copyval(rp->r_fh, &fhandle);
H A Dnfs4_callback.c251 sfh4_copyval(rp->r_fh, &fhandle);
437 sfh4_copyval(rp->r_fh, &fhandle);
1421 argops[0].nfs_argop4_u.opcputfh.sfh = rp->r_fh;
H A Dnfs4_stub_vnops.c1547 if (nfs4_fetch_locations(mi, VTOR4(dvp)->r_fh, nm, cr,
1556 dfh = &VTOR4(dvp)->r_fh->sfh_fh;
1741 index = nfs4_process_referral(mi, drp->r_fh, fn, cr,
H A Dnfs4_client_secinfo.c998 return (nfs4_secinfo_fh_otw(VTOMI4(dvp), VTOR4(dvp)->r_fh, nm, cr));
H A Dnfs4_client_debug.c907 sfh4_printfhandle(ep->re_rp1->r_fh);
H A Dnfs4_client.c897 argop[0].nfs_argop4_u.opcputfh.sfh = rp->r_fh;
1009 argop[0].nfs_argop4_u.opcputfh.sfh = VTOR4(vp)->r_fh;
2724 sfh4_printfhandle(VTOR4(vp)->r_fh);
H A Dnfs3_vnops.c4374 nfs_printfhandle(&rp->r_fh);
4461 if (fidp->fid_len < (ushort_t)rp->r_fh.fh_len) {
4462 fidp->fid_len = rp->r_fh.fh_len;
4465 fidp->fid_len = rp->r_fh.fh_len;
4466 bcopy(rp->r_fh.fh_buf, fidp->fid_data, fidp->fid_len);
H A Dnfs_vnops.c3467 nfs_printfhandle(&rp->r_fh);
3560 bcopy(rp->r_fh.fh_buf, fp->nf_data, NFS_FHSIZE);
H A Dnfs_client.c2642 nfs_printfhandle(&VTOR(vp)->r_fh);
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h269 nfs_fhandle r_fh; /* file handle */ member in struct:rnode
335 #define RTOFH(rp) ((fhandle_t *)(&(rp)->r_fh.fh_buf))
337 #define RTOFH3(rp) ((nfs_fh3 *)(&(rp)->r_fh))
H A Drnode4.h190 * r_fh is read-only except when an rnode is created (or recycled from the
240 nfs4_sharedfh_t *r_fh; /* file handle */ member in struct:rnode4

Completed in 199 milliseconds