Lines Matching refs:svc_fh
147 typedef struct svc_fh { struct
178 } svc_fh; argument
183 inline static char * SVCFH_fmt(struct svc_fh *fhp) in SVCFH_fmt()
201 u32 fh_verify(struct svc_rqst *, struct svc_fh *, int, int);
202 int fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
203 int fh_update(struct svc_fh *);
204 void fh_put(struct svc_fh *);
206 static __inline__ struct svc_fh *
207 fh_copy(struct svc_fh *dst, struct svc_fh *src) in fh_copy()
219 static __inline__ struct svc_fh *
220 fh_init(struct svc_fh *fhp, int maxsize) in fh_init()
232 fill_pre_wcc(struct svc_fh *fhp) in fill_pre_wcc()
249 fill_post_wcc(struct svc_fh *fhp) in fill_post_wcc()
288 fh_lock(struct svc_fh *fhp) in fh_lock()
316 fh_unlock(struct svc_fh *fhp) in fh_unlock()