Lines Matching refs:svc_fh
30 typedef struct svc_fh { struct
58 } svc_fh; argument
76 extern enum fsid_source fsid_source(struct svc_fh *fhp);
159 extern char * SVCFH_fmt(struct svc_fh *fhp);
164 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
165 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
166 __be32 fh_update(struct svc_fh *);
167 void fh_put(struct svc_fh *);
169 static __inline__ struct svc_fh *
170 fh_copy(struct svc_fh *dst, struct svc_fh *src) in fh_copy()
185 static __inline__ struct svc_fh *
186 fh_init(struct svc_fh *fhp, int maxsize) in fh_init()
239 fh_clear_wcc(struct svc_fh *fhp) in fh_clear_wcc()
268 extern void fill_pre_wcc(struct svc_fh *fhp);
269 extern void fill_post_wcc(struct svc_fh *fhp);
285 fh_lock_nested(struct svc_fh *fhp, unsigned int subclass) in fh_lock_nested()
305 fh_lock(struct svc_fh *fhp) in fh_lock()
314 fh_unlock(struct svc_fh *fhp) in fh_unlock()