Searched refs:citem (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/nfsd/ |
D | export.c | 204 struct cache_head *citem) in expkey_init() argument 207 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init() 217 struct cache_head *citem) in expkey_update() argument 220 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update() 699 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init() argument 702 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init() 716 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update() argument 719 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
|