Lines Matching refs:item
108 struct cache_head *item = container_of(kref, struct cache_head, ref);
109 struct ip_map *im = container_of(item, struct ip_map,h);
111 if (test_bit(CACHE_VALID, &item->flags) &&
112 !test_bit(CACHE_NEGATIVE, &item->flags))
131 struct ip_map *item = container_of(citem, struct ip_map, h);
133 strcpy(new->m_class, item->m_class);
134 new->m_addr = item->m_addr;
139 struct ip_map *item = container_of(citem, struct ip_map, h);
141 kref_get(&item->m_client->h.ref);
142 new->m_client = item->m_client;
423 struct cache_head *item = &ug->h;
425 if (test_bit(CACHE_VALID, &item->flags) &&
426 !test_bit(CACHE_NEGATIVE, &item->flags))
433 struct cache_head *item = container_of(kref, struct cache_head, ref);
434 struct unix_gid *ug = container_of(item, struct unix_gid, h);
448 struct unix_gid *item = container_of(citem, struct unix_gid, h);
449 new->uid = item->uid;
454 struct unix_gid *item = container_of(citem, struct unix_gid, h);
456 get_group_info(item->gi);
457 new->gi = item->gi;