Searched refs:cnew (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/nfs/ |
D | dns_resolve.c | 71 static void nfs_dns_ent_update(struct cache_head *cnew, in nfs_dns_ent_update() argument 77 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_update() 84 static void nfs_dns_ent_init(struct cache_head *cnew, in nfs_dns_ent_init() argument 90 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_init() 97 nfs_dns_ent_update(cnew, ckey); in nfs_dns_ent_init()
|
/linux-4.19.296/fs/nfsd/ |
D | export.c | 203 static inline void expkey_init(struct cache_head *cnew, in expkey_init() argument 206 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_init() 216 static inline void expkey_update(struct cache_head *cnew, in expkey_update() argument 219 struct svc_expkey *new = container_of(cnew, 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 701 struct svc_export *new = container_of(cnew, 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 718 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
|
D | nfs4idmap.c | 76 ent_init(struct cache_head *cnew, struct cache_head *citm) in ent_init() argument 78 struct ent *new = container_of(cnew, struct ent, h); in ent_init()
|