Lines Matching defs:svc_fh
30 typedef struct svc_fh {
58 } svc_fh;
79 extern enum fsid_source fsid_source(struct svc_fh *fhp);
162 extern char * SVCFH_fmt(struct svc_fh *fhp);
167 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
168 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
169 __be32 fh_update(struct svc_fh *);
170 void fh_put(struct svc_fh *);
172 static __inline__ struct svc_fh *
173 fh_copy(struct svc_fh *dst, struct svc_fh *src)
188 static __inline__ struct svc_fh *
189 fh_init(struct svc_fh *fhp, int maxsize)
242 fh_clear_wcc(struct svc_fh *fhp)
271 extern void fill_pre_wcc(struct svc_fh *fhp);
272 extern void fill_post_wcc(struct svc_fh *fhp);
288 fh_lock_nested(struct svc_fh *fhp, unsigned int subclass)
308 fh_lock(struct svc_fh *fhp)
317 fh_unlock(struct svc_fh *fhp)