Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid1.h183 #define R1BIO_MadeGood 7 macro
Draid1.c396 if (test_bit(R1BIO_MadeGood, &r1_bio->state)) in r1_bio_write_done()
457 set_bit(R1BIO_MadeGood, &r1_bio->state); in raid1_end_write_request()
1757 set_bit(R1BIO_MadeGood, &r1_bio->state); in end_sync_write()
1761 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in end_sync_write()
2044 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in sync_request_write()
2235 test_bit(R1BIO_MadeGood, &r1_bio->state)) { in handle_sync_write_finished()
2431 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in raid1d()
2436 } else if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in raid1d()