Home
last modified time | relevance | path

Searched refs:cache_link (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/fscache/
Dcache.c264 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
337 struct fscache_object, cache_link); in fscache_withdraw_all_objects()
338 list_move_tail(&object->cache_link, dying_objects); in fscache_withdraw_all_objects()
Dcookie.c352 if (list_empty(&object->cache_link)) { in fscache_attach_object()
354 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
Dobject.c624 list_del_init(&object->cache_link); in fscache_drop_object()
/linux-3.4.99/include/linux/
Dfscache-cache.h360 struct list_head cache_link; /* link in cache->object_list */ member
407 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()