Home | History | Annotate | Download | only in nfsd

Lines Matching refs:svc_fh

135 typedef struct svc_fh {
166 } svc_fh;
207 extern char * SVCFH_fmt(struct svc_fh *fhp);
212 u32 fh_verify(struct svc_rqst *, struct svc_fh *, int, int);
213 int fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
214 int fh_update(struct svc_fh *);
215 void fh_put(struct svc_fh *);
217 static __inline__ struct svc_fh *
218 fh_copy(struct svc_fh *dst, struct svc_fh *src)
230 static __inline__ struct svc_fh *
231 fh_init(struct svc_fh *fhp, int maxsize)
243 fill_pre_wcc(struct svc_fh *fhp)
260 fill_post_wcc(struct svc_fh *fhp)
300 fh_lock(struct svc_fh *fhp)
328 fh_unlock(struct svc_fh *fhp)