Searched refs:R1BIO_MadeGood (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid1.h | 208 R1BIO_MadeGood, enumerator
|
H A D | raid1.c | 435 if (test_bit(R1BIO_MadeGood, &r1_bio->state)) in r1_bio_write_done() 517 set_bit(R1BIO_MadeGood, &r1_bio->state); in raid1_end_write_request() 1900 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in put_sync_write_buf() 1934 set_bit(R1BIO_MadeGood, &r1_bio->state); in end_sync_write() 2406 test_bit(R1BIO_MadeGood, &r1_bio->state)) { in handle_sync_write_finished() 2559 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in raid1d() 2564 } else if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in raid1d()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid1.h | 207 R1BIO_MadeGood, enumerator
|
H A D | raid1.c | 439 if (test_bit(R1BIO_MadeGood, &r1_bio->state)) in r1_bio_write_done() 521 set_bit(R1BIO_MadeGood, &r1_bio->state); in raid1_end_write_request() 1946 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in put_sync_write_buf() 1980 set_bit(R1BIO_MadeGood, &r1_bio->state); in end_sync_write() 2448 test_bit(R1BIO_MadeGood, &r1_bio->state)) { in handle_sync_write_finished() 2603 if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in raid1d() 2608 } else if (test_bit(R1BIO_MadeGood, &r1_bio->state) || in raid1d()
|
Completed in 9 milliseconds