Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-bufio.c67 #define LIST_CLEAN 0 macro
553 lru_init(&bc->lru[LIST_CLEAN]); in cache_init()
564 lru_destroy(&bc->lru[LIST_CLEAN]); in cache_destroy()
580 return cache_count(bc, LIST_CLEAN) + cache_count(bc, LIST_DIRTY); in cache_total()
1520 if (WARN_ON_ONCE(b->list_mode != LIST_CLEAN)) in is_clean()
1549 b = cache_evict(&c->cache, LIST_CLEAN, is_clean, c); in __get_unclaimed_buffer()
1806 b->list_mode = LIST_CLEAN; in __bufio_new()
2171 cache_mark(&c->cache, b, LIST_CLEAN); in dm_bufio_write_dirty_buffers()
2420 l == LIST_CLEAN ? is_clean : is_dirty, c); in __scan()
2777 __evict_many(c, &params, LIST_CLEAN, count - retain); in evict_old_buffers()
[all …]