Searched refs:citem (Results 1 – 1 of 1) sorted by relevance
/fs/nfsd/ |
D | export.c | 205 struct cache_head *citem) in expkey_init() argument 208 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init() 218 struct cache_head *citem) in expkey_update() argument 221 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update() 712 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init() argument 715 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init() 729 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update() argument 732 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
|