Lines Matching refs:exp
82 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC))
83 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE)
84 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES)
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);
105 static inline void exp_put(struct svc_export *exp)
107 cache_put(&exp->h, exp->cd);
110 static inline struct svc_export *exp_get(struct svc_export *exp)
112 cache_get(&exp->h);
113 return exp;