Lines Matching refs:fhp
129 extern enum fsid_source fsid_source(const struct svc_fh *fhp);
212 extern char * SVCFH_fmt(struct svc_fh *fhp);
239 fh_init(struct svc_fh *fhp, int maxsize)
241 memset(fhp, 0, sizeof(*fhp));
242 fhp->fh_maxsize = maxsize;
243 return fhp;
287 * @fhp: file handle to be updated
290 static inline void fh_clear_pre_post_attrs(struct svc_fh *fhp)
292 fhp->fh_post_saved = false;
293 fhp->fh_pre_saved = false;
297 __be32 __must_check fh_fill_pre_attrs(struct svc_fh *fhp);
298 __be32 fh_fill_post_attrs(struct svc_fh *fhp);
299 __be32 __must_check fh_fill_both_attrs(struct svc_fh *fhp);