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

/linux-master/drivers/md/
H A Ddm-bufio.c312 #define B_DIRTY 2 macro
1452 if (!test_bit(B_DIRTY, &b->state))
1455 clear_bit(B_DIRTY, &b->state);
1507 if (WARN_ON_ONCE(test_bit(B_DIRTY, &b->state)))
1691 if (test_bit(B_DIRTY, &b->state) || test_bit(B_WRITING, &b->state))
2049 !test_bit(B_DIRTY, &b->state)) {
2078 if (!test_and_set_bit(B_DIRTY, &b->state)) {
2159 if (!test_bit(B_DIRTY, &b->state) && !test_bit(B_WRITING, &b->state))
2709 test_bit(B_DIRTY, &b->state))

Completed in 120 milliseconds