Lines Matching refs:svc_fh
49 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh()
63 __be32 *nfs3svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs3svc_decode_fh()
69 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh()
143 static __be32 *encode_fsid(__be32 *p, struct svc_fh *fhp) in encode_fsid()
165 encode_fattr3(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, in encode_fattr3()
195 encode_saved_post_attr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in encode_saved_post_attr()
208 encode_post_op_attr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in encode_post_op_attr()
228 nfs3svc_encode_post_op_attr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in nfs3svc_encode_post_op_attr()
237 encode_wcc_data(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in encode_wcc_data()
260 void fill_pre_wcc(struct svc_fh *fhp) in fill_pre_wcc()
288 void fill_post_wcc(struct svc_fh *fhp) in fill_post_wcc()
834 compose_entry_fh(struct nfsd3_readdirres *cd, struct svc_fh *fhp, in compose_entry_fh()
873 struct svc_fh *fh = &cd->scratch; in encode_entryplus_baggage()