Searched refs:cache_link (Results 1 – 4 of 4) sorted by relevance
266 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()339 struct fscache_object, cache_link); in fscache_withdraw_all_objects()340 list_move_tail(&object->cache_link, dying_objects); in fscache_withdraw_all_objects()
587 if (list_empty(&object->cache_link)) { in fscache_attach_object()589 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
317 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()745 list_del_init(&object->cache_link); in fscache_drop_object()
379 struct list_head cache_link; /* link in cache->object_list */ member