Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-bufio.c311 #define B_DIRTY 2 macro
1413 if (!test_bit(B_DIRTY, &b->state)) in __write_dirty_buffer()
1416 clear_bit(B_DIRTY, &b->state); in __write_dirty_buffer()
1468 if (WARN_ON_ONCE(test_bit(B_DIRTY, &b->state))) in is_clean()
1652 if (test_bit(B_DIRTY, &b->state) || test_bit(B_WRITING, &b->state)) in cleaned()
1982 !test_bit(B_DIRTY, &b->state)) { in dm_bufio_release()
2011 if (!test_and_set_bit(B_DIRTY, &b->state)) { in dm_bufio_mark_partial_buffer_dirty()
2092 if (!test_bit(B_DIRTY, &b->state) && !test_bit(B_WRITING, &b->state)) in dm_bufio_write_dirty_buffers()
2636 test_bit(B_DIRTY, &b->state)) in select_for_evict()