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_xprtsec_policy(struct svc_export *exp, struct svc_rqst *rqstp);
105 __be32 check_security_flavor(struct svc_export *exp, struct svc_rqst *rqstp,
107 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp,
125 static inline void exp_put(struct svc_export *exp)
127 cache_put(&exp->h, exp->cd);
130 static inline struct svc_export *exp_get(struct svc_export *exp)
132 cache_get(&exp->h);
133 return exp;