Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Dcache.c266 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()
Dcookie.c393 if (list_empty(&object->cache_link)) { in fscache_attach_object()
395 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
Dobject.c303 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()
716 list_del_init(&object->cache_link); in fscache_drop_object()
/linux-4.4.14/include/linux/
Dfscache-cache.h364 struct list_head cache_link; /* link in cache->object_list */ member