Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid1.h171 #define R1BIO_MadeGood 7 macro
Draid1.c393 if (test_bit(R1BIO_MadeGood, &r1_bio->state)) in r1_bio_write_done()
455 set_bit(R1BIO_MadeGood, &r1_bio->state); in raid1_end_write_request()
1796 set_bit(R1BIO_MadeGood, &r1_bio->state); in end_sync_write()
1800 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in end_sync_write()
2084 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in sync_request_write()
2275 test_bit(R1BIO_MadeGood, &r1_bio->state)) { in handle_sync_write_finished()
2438 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in raid1d()
2443 } else if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in raid1d()