• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/

Lines Matching refs:nfs_dns_ent

52 struct nfs_dns_ent {
66 struct nfs_dns_ent *new;
67 struct nfs_dns_ent *key;
69 new = container_of(cnew, struct nfs_dns_ent, h);
70 key = container_of(ckey, struct nfs_dns_ent, h);
79 struct nfs_dns_ent *new;
80 struct nfs_dns_ent *key;
82 new = container_of(cnew, struct nfs_dns_ent, h);
83 key = container_of(ckey, struct nfs_dns_ent, h);
98 struct nfs_dns_ent *item;
100 item = container_of(ref, struct nfs_dns_ent, h.ref);
107 struct nfs_dns_ent *item = kmalloc(sizeof(*item), GFP_KERNEL);
118 static unsigned int nfs_dns_hash(const struct nfs_dns_ent *key)
127 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h);
136 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h);
148 struct nfs_dns_ent *a;
149 struct nfs_dns_ent *b;
151 a = container_of(ca, struct nfs_dns_ent, h);
152 b = container_of(cb, struct nfs_dns_ent, h);
162 struct nfs_dns_ent *item;
169 item = container_of(h, struct nfs_dns_ent, h);
185 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd,
186 struct nfs_dns_ent *key)
195 return container_of(ch, struct nfs_dns_ent, h);
198 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd,
199 struct nfs_dns_ent *new,
200 struct nfs_dns_ent *key)
209 return container_of(ch, struct nfs_dns_ent, h);
215 struct nfs_dns_ent key, *item;
278 struct nfs_dns_ent *key,
279 struct nfs_dns_ent **item,
294 struct nfs_dns_ent *key,
295 struct nfs_dns_ent **item)
319 struct nfs_dns_ent *key,
320 struct nfs_dns_ent **item)
342 struct nfs_dns_ent key = {
346 struct nfs_dns_ent *item = NULL;