Searched refs:svc_expkey (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/nfsd/ |
D | export.c | 44 struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref); in expkey_put() 58 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request() 68 static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, 69 struct svc_expkey *old); 70 static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *); 81 struct svc_expkey key; in expkey_parse() 82 struct svc_expkey *ek = NULL; in expkey_parse() 171 struct svc_expkey *ek ; in expkey_show() 178 ek = container_of(h, struct svc_expkey, h); in expkey_show() 194 struct svc_expkey *orig = container_of(a, struct svc_expkey, h); in expkey_match() [all …]
|
D | export.h | 71 struct svc_expkey { struct
|