Lines Matching defs:nfsd_net
45 struct nfsd_net { struct
46 struct cld_net *cld_net;
48 struct cache_detail *svc_expkey_cache;
49 struct cache_detail *svc_export_cache;
51 struct cache_detail *idtoname_cache;
52 struct cache_detail *nametoid_cache;
54 struct lock_manager nfsd4_manager;
55 bool grace_ended;
56 time_t boot_time;
68 struct list_head *reclaim_str_hashtbl;
69 int reclaim_str_hashtbl_size;
70 struct list_head *conf_id_hashtbl;
71 struct rb_root conf_name_tree;
72 struct list_head *unconf_id_hashtbl;
73 struct rb_root unconf_name_tree;
74 struct list_head *sessionid_hashtbl;
106 bool nfsd_net_up; argument
125 #define nfsd_netns_ready(nn) ((nn)->sessionid_hashtbl) argument