Home
last modified time | relevance | path

Searched defs:nfsd_net (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
Dnetns.h32 struct nfsd_net { struct
33 struct cld_net *cld_net;
35 struct cache_detail *svc_expkey_cache;
36 struct cache_detail *svc_export_cache;
38 struct cache_detail *idtoname_cache;
39 struct cache_detail *nametoid_cache;
41 struct lock_manager nfsd4_manager;
42 bool grace_ended;
43 time64_t boot_time;
45 struct dentry *nfsd_client_dir;
[all …]
/kernel/linux/linux-6.6/fs/nfsd/
Dnetns.h43 struct nfsd_net { struct
44 struct cld_net *cld_net;
46 struct cache_detail *svc_expkey_cache;
47 struct cache_detail *svc_export_cache;
49 struct cache_detail *idtoname_cache;
50 struct cache_detail *nametoid_cache;
52 struct lock_manager nfsd4_manager;
53 bool grace_ended;
54 time64_t boot_time;
56 struct dentry *nfsd_client_dir;
[all …]