Lines Matching refs:item
106 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put() local
107 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put()
109 if (test_bit(CACHE_VALID, &item->flags) && in ip_map_put()
110 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put()
129 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() local
131 strcpy(new->m_class, item->m_class); in ip_map_init()
132 new->m_addr = item->m_addr; in ip_map_init()
137 struct ip_map *item = container_of(citem, struct ip_map, h); in update() local
139 kref_get(&item->m_client->h.ref); in update()
140 new->m_client = item->m_client; in update()
434 struct cache_head *item = &ug->h; in unix_gid_free() local
436 if (test_bit(CACHE_VALID, &item->flags) && in unix_gid_free()
437 !test_bit(CACHE_NEGATIVE, &item->flags)) in unix_gid_free()
444 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put() local
445 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put()
459 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init() local
460 new->uid = item->uid; in unix_gid_init()
465 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update() local
467 get_group_info(item->gi); in unix_gid_update()
468 new->gi = item->gi; in unix_gid_update()