Lines Matching refs:svc_fh
27 typedef struct svc_fh { struct
55 } svc_fh; argument
73 extern enum fsid_source fsid_source(struct svc_fh *fhp);
156 extern char * SVCFH_fmt(struct svc_fh *fhp);
161 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
162 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
163 __be32 fh_update(struct svc_fh *);
164 void fh_put(struct svc_fh *);
166 static __inline__ struct svc_fh *
167 fh_copy(struct svc_fh *dst, struct svc_fh *src) in fh_copy()
182 static __inline__ struct svc_fh *
183 fh_init(struct svc_fh *fhp, int maxsize) in fh_init()
214 fh_clear_wcc(struct svc_fh *fhp) in fh_clear_wcc()
224 fill_pre_wcc(struct svc_fh *fhp) in fill_pre_wcc()
238 extern void fill_post_wcc(struct svc_fh *);
254 fh_lock_nested(struct svc_fh *fhp, unsigned int subclass) in fh_lock_nested()
274 fh_lock(struct svc_fh *fhp) in fh_lock()
283 fh_unlock(struct svc_fh *fhp) in fh_unlock()