Lines Matching refs:LIST_CLEAN
67 #define LIST_CLEAN 0
553 lru_init(&bc->lru[LIST_CLEAN]);
564 lru_destroy(&bc->lru[LIST_CLEAN]);
580 return cache_count(bc, LIST_CLEAN) + cache_count(bc, LIST_DIRTY);
970 * are linked to lru[LIST_CLEAN] with their lru_list field.
1506 if (WARN_ON_ONCE(b->list_mode != LIST_CLEAN))
1535 b = cache_evict(&c->cache, LIST_CLEAN, is_clean, c);
1696 cache_mark_many(&c->cache, LIST_DIRTY, LIST_CLEAN, cleaned, NULL);
1733 cache_count(&c->cache, LIST_CLEAN) * DM_BUFIO_WRITEBACK_RATIO)
1792 b->list_mode = LIST_CLEAN;
2130 cache_mark(&c->cache, b, LIST_CLEAN);
2381 l == LIST_CLEAN ? is_clean : is_dirty, c);
2724 __evict_many(c, ¶ms, LIST_CLEAN, count - retain);
2807 count = __evict_many(c, ¶ms, LIST_CLEAN, nr_buffers);