Searched refs:nfs_dns_ent (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/fs/nfs/ |
H A D | dns_resolve.c | 59 struct nfs_dns_ent { struct 73 struct nfs_dns_ent *new; nfs_dns_ent_update() 74 struct nfs_dns_ent *key; nfs_dns_ent_update() 76 new = container_of(cnew, struct nfs_dns_ent, h); nfs_dns_ent_update() 77 key = container_of(ckey, struct nfs_dns_ent, h); nfs_dns_ent_update() 86 struct nfs_dns_ent *new; nfs_dns_ent_init() 87 struct nfs_dns_ent *key; nfs_dns_ent_init() 89 new = container_of(cnew, struct nfs_dns_ent, h); nfs_dns_ent_init() 90 key = container_of(ckey, struct nfs_dns_ent, h); nfs_dns_ent_init() 105 struct nfs_dns_ent *item; nfs_dns_ent_put() 107 item = container_of(ref, struct nfs_dns_ent, h.ref); nfs_dns_ent_put() 114 struct nfs_dns_ent *item = kmalloc(sizeof(*item), GFP_KERNEL); nfs_dns_ent_alloc() 125 static unsigned int nfs_dns_hash(const struct nfs_dns_ent *key) nfs_dns_hash() 134 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); nfs_dns_request() 143 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); nfs_dns_upcall() 155 struct nfs_dns_ent *a; nfs_dns_match() 156 struct nfs_dns_ent *b; nfs_dns_match() 158 a = container_of(ca, struct nfs_dns_ent, h); nfs_dns_match() 159 b = container_of(cb, struct nfs_dns_ent, h); nfs_dns_match() 169 struct nfs_dns_ent *item; nfs_dns_show() 176 item = container_of(h, struct nfs_dns_ent, h); nfs_dns_show() 192 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, nfs_dns_lookup() 193 struct nfs_dns_ent *key) nfs_dns_lookup() 202 return container_of(ch, struct nfs_dns_ent, h); nfs_dns_lookup() 205 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, nfs_dns_update() 206 struct nfs_dns_ent *new, nfs_dns_update() 207 struct nfs_dns_ent *key) nfs_dns_update() 216 return container_of(ch, struct nfs_dns_ent, h); nfs_dns_update() 222 struct nfs_dns_ent key, *item; nfs_dns_parse() 271 struct nfs_dns_ent *key, do_cache_lookup() 272 struct nfs_dns_ent **item, do_cache_lookup() 287 struct nfs_dns_ent *key, do_cache_lookup_nowait() 288 struct nfs_dns_ent **item) do_cache_lookup_nowait() 312 struct nfs_dns_ent *key, do_cache_lookup_wait() 313 struct nfs_dns_ent **item) do_cache_lookup_wait() 335 struct nfs_dns_ent key = { nfs_dns_resolve_name() 339 struct nfs_dns_ent *item = NULL; nfs_dns_resolve_name()
|
Completed in 38 milliseconds