Home
last modified time | relevance | path

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

/fs/nfs/
Ddns_resolve.c58 struct nfs_dns_ent { struct
72 struct nfs_dns_ent *new; in nfs_dns_ent_update() argument
73 struct nfs_dns_ent *key; in nfs_dns_ent_update()
75 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_update()
76 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update()
85 struct nfs_dns_ent *new; in nfs_dns_ent_init()
86 struct nfs_dns_ent *key; in nfs_dns_ent_init()
88 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_init()
89 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init()
104 struct nfs_dns_ent *item; in nfs_dns_ent_put()
[all …]