Lines Matching refs:fhp
2926 nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp, in nfsd4_encode_fattr() argument
2984 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) { in nfsd4_encode_fattr()
2993 fhp = tempfh; in nfsd4_encode_fattr()
3117 } else switch(fsid_source(fhp)) { in nfsd4_encode_fattr()
3214 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr()
3217 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, in nfsd4_encode_fattr()
3218 fhp->fh_handle.fh_size); in nfsd4_encode_fattr()
3492 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf() argument
3501 ret = nfsd4_encode_fattr(&xdr, fhp, exp, dentry, bmval, rqstp, in nfsd4_encode_fattr_to_buf()
3786 struct svc_fh *fhp = getattr->ga_fhp; in nfsd4_encode_getattr() local
3789 return nfsd4_encode_fattr(xdr, fhp, fhp->fh_export, fhp->fh_dentry, in nfsd4_encode_getattr()
3799 struct svc_fh *fhp = *fhpp; in nfsd4_encode_getfh() local
3803 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
3807 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, len); in nfsd4_encode_getfh()