Lines Matching refs:svc_fh
78 typedef struct svc_fh { struct
108 } svc_fh; argument
129 extern enum fsid_source fsid_source(const struct svc_fh *fhp);
212 extern char * SVCFH_fmt(struct svc_fh *fhp);
217 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
218 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
219 __be32 fh_update(struct svc_fh *);
220 void fh_put(struct svc_fh *);
222 static __inline__ struct svc_fh *
223 fh_copy(struct svc_fh *dst, struct svc_fh *src) in fh_copy()
238 static __inline__ struct svc_fh *
239 fh_init(struct svc_fh *fhp, int maxsize) in fh_init()
288 static inline void fh_clear_pre_post_attrs(struct svc_fh *fhp) in fh_clear_pre_post_attrs()
322 extern void fh_fill_pre_attrs(struct svc_fh *fhp);
323 extern void fh_fill_post_attrs(struct svc_fh *fhp);
324 extern void fh_fill_both_attrs(struct svc_fh *fhp);