Lines Matching refs:item
98 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put() local
99 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put()
101 if (test_bit(CACHE_VALID, &item->flags) && in ip_map_put()
102 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put()
121 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() local
123 strcpy(new->m_class, item->m_class); in ip_map_init()
124 new->m_addr = item->m_addr; in ip_map_init()
129 struct ip_map *item = container_of(citem, struct ip_map, h); in update() local
131 kref_get(&item->m_client->h.ref); in update()
132 new->m_client = item->m_client; in update()
424 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put() local
425 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put()
426 if (test_bit(CACHE_VALID, &item->flags) && in unix_gid_put()
427 !test_bit(CACHE_NEGATIVE, &item->flags)) in unix_gid_put()
441 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init() local
442 new->uid = item->uid; in unix_gid_init()
447 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update() local
449 get_group_info(item->gi); in unix_gid_update()
450 new->gi = item->gi; in unix_gid_update()