Lines Matching refs:fhp
2822 nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp, in nfsd4_encode_fattr() argument
2876 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) { in nfsd4_encode_fattr()
2885 fhp = tempfh; in nfsd4_encode_fattr()
3010 } else switch(fsid_source(fhp)) { in nfsd4_encode_fattr()
3107 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr()
3110 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, in nfsd4_encode_fattr()
3111 fhp->fh_handle.fh_size); in nfsd4_encode_fattr()
3380 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf() argument
3389 ret = nfsd4_encode_fattr(&xdr, fhp, exp, dentry, bmval, rqstp, in nfsd4_encode_fattr_to_buf()
3651 struct svc_fh *fhp = getattr->ga_fhp; in nfsd4_encode_getattr() local
3654 return nfsd4_encode_fattr(xdr, fhp, fhp->fh_export, fhp->fh_dentry, in nfsd4_encode_getattr()
3662 struct svc_fh *fhp = *fhpp; in nfsd4_encode_getfh() local
3666 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
3670 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, len); in nfsd4_encode_getfh()