Home
last modified time | relevance | path

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

/linux-4.19.296/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.c587 if (list_empty(&object->cache_link)) { in fscache_attach_object()
589 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
Dobject.c317 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()
745 list_del_init(&object->cache_link); in fscache_drop_object()
/linux-4.19.296/include/linux/
Dfscache-cache.h379 struct list_head cache_link; /* link in cache->object_list */ member