Lines Matching refs:svc_export
49 struct svc_export {
68 * svc_export for a given client. There can be several per export,
86 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp);
87 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp);
95 struct svc_export * rqst_exp_get_by_name(struct svc_rqst *,
97 struct svc_export * rqst_exp_parent(struct svc_rqst *,
99 struct svc_export * rqst_find_fsidzero_export(struct svc_rqst *);
105 static inline void exp_put(struct svc_export *exp)
110 static inline struct svc_export *exp_get(struct svc_export *exp)
115 struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);