Lines Matching defs:nfsd_net

57 struct nfsd_net {  struct
58 struct cld_net *cld_net;
60 struct cache_detail *svc_expkey_cache;
61 struct cache_detail *svc_export_cache;
63 struct cache_detail *idtoname_cache;
64 struct cache_detail *nametoid_cache;
66 struct lock_manager nfsd4_manager;
67 bool grace_ended;
68 time64_t boot_time;
70 struct dentry *nfsd_client_dir;
82 struct list_head *reclaim_str_hashtbl;
83 int reclaim_str_hashtbl_size;
84 struct list_head *conf_id_hashtbl;
85 struct rb_root conf_name_tree;
86 struct list_head *unconf_id_hashtbl;
87 struct rb_root unconf_name_tree;
88 struct list_head *sessionid_hashtbl;
98 struct list_head client_lru;
99 struct list_head close_lru;
100 struct list_head del_recall_lru;
124 bool nfsd_net_up; argument
125 bool lockd_up;
127 seqlock_t writeverf_lock;
128 unsigned char writeverf[8];
134 unsigned int max_connections;
136 u32 clientid_base;
137 u32 clientid_counter;
138 u32 clverifier_counter;
140 struct svc_serv *nfsd_serv;
147 int keep_active;
153 u32 s2s_cp_cl_id;
154 struct idr s2s_cp_stateids;
155 spinlock_t s2s_cp_lock;
160 bool *nfsd_versions;
161 bool *nfsd4_minorversions;
166 struct nfsd_drc_bucket *drc_hashtbl;
169 unsigned int max_drc_entries;
172 unsigned int maskbits;
173 unsigned int drc_hashsize;
183 atomic_t num_drc_entries;
186 struct percpu_counter counter[NFSD_STATS_COUNTERS_NUM];
189 struct svc_stat nfsd_svcstats;
192 unsigned int longest_chain;
195 unsigned int longest_chain_cachesize;
220 #define nfsd_netns_ready(nn) ((nn)->sessionid_hashtbl) argument
222 extern void nfsd_netns_free_versions(struct nfsd_net *nn); argument