Lines Matching defs: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)
103 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp);
104 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp,
122 static inline void exp_put(struct svc_export *exp)
124 cache_put(&exp->h, exp->cd);
127 static inline struct svc_export *exp_get(struct svc_export *exp)
129 cache_get(&exp->h);
130 return exp;