Lines Matching refs:svc_fh
30 typedef struct svc_fh { struct
58 } svc_fh; argument
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) in fh_copy()
188 static __inline__ struct svc_fh *
189 fh_init(struct svc_fh *fhp, int maxsize) in fh_init()
242 fh_clear_wcc(struct svc_fh *fhp) in fh_clear_wcc()
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) in fh_lock_nested()
308 fh_lock(struct svc_fh *fhp) in fh_lock()
317 fh_unlock(struct svc_fh *fhp) in fh_unlock()