Lines Matching refs:exp
74 #define EX_SECURE(exp) (!((exp)->ex_flags & NFSEXP_INSECURE_PORT))
75 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC))
76 #define EX_RDONLY(exp) ((exp)->ex_flags & NFSEXP_READONLY)
77 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE)
78 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES)
104 static inline void exp_put(struct svc_export *exp)
106 cache_put(&exp->h, &svc_export_cache);
109 static inline void exp_get(struct svc_export *exp)
111 cache_get(&exp->h);