Home
last modified time | relevance | path

Searched refs:nfs_dns_ent (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/nfs/
Ddns_resolve.c61 struct nfs_dns_ent { struct
76 struct nfs_dns_ent *new; in nfs_dns_ent_update() argument
77 struct nfs_dns_ent *key; in nfs_dns_ent_update()
79 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_update()
80 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update()
89 struct nfs_dns_ent *new; in nfs_dns_ent_init()
90 struct nfs_dns_ent *key; in nfs_dns_ent_init()
92 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_init()
93 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init()
108 struct nfs_dns_ent *item; in nfs_dns_ent_free_rcu()
[all …]