Lines Matching refs:exp
98 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC))
99 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE)
100 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES)
102 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp);
103 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp);
120 static inline void exp_put(struct svc_export *exp)
122 cache_put(&exp->h, exp->cd);
125 static inline struct svc_export *exp_get(struct svc_export *exp)
127 cache_get(&exp->h);
128 return exp;