Lines Matching refs:fhp
2270 nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp, in nfsd4_encode_fattr() argument
2324 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) { in nfsd4_encode_fattr()
2333 fhp = tempfh; in nfsd4_encode_fattr()
2455 } else switch(fsid_source(fhp)) { in nfsd4_encode_fattr()
2552 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr()
2555 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, in nfsd4_encode_fattr()
2556 fhp->fh_handle.fh_size); in nfsd4_encode_fattr()
2818 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf() argument
2827 ret = nfsd4_encode_fattr(&xdr, fhp, exp, dentry, bmval, rqstp, in nfsd4_encode_fattr_to_buf()
3110 struct svc_fh *fhp = getattr->ga_fhp; in nfsd4_encode_getattr() local
3116 nfserr = nfsd4_encode_fattr(xdr, fhp, fhp->fh_export, fhp->fh_dentry, in nfsd4_encode_getattr()
3126 struct svc_fh *fhp = *fhpp; in nfsd4_encode_getfh() local
3131 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
3135 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, len); in nfsd4_encode_getfh()