Searched refs:R5_Wantwrite (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | raid5-cache.c | 471 if (test_and_clear_bit(R5_Wantwrite, &sh->dev[i].flags)) { in r5c_handle_data_cached() 488 set_bit(R5_Wantwrite, &sh->dev[i].flags); in r5c_handle_parity_cached() 928 if (!test_bit(R5_Wantwrite, &sh->dev[i].flags) || in r5l_log_stripe() 1019 if (!test_bit(R5_Wantwrite, &sh->dev[i].flags) || in r5l_write_stripe() 1824 set_bit(R5_Wantwrite, &sh->dev[dd_idx].flags); in r5l_recovery_load_data() 1841 set_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags); in r5l_recovery_load_parity() 1849 set_bit(R5_Wantwrite, &sh->dev[sh->qd_idx].flags); in r5l_recovery_load_parity() 1874 if (!test_bit(R5_Wantwrite, &sh->dev[disk_index].flags)) in r5l_recovery_replay_one_stripe() 2215 if (test_and_clear_bit(R5_Wantwrite, &dev->flags)) { in r5c_recovery_load_one_stripe() 2737 set_bit(R5_Wantwrite, &dev->flags); in r5c_try_caching_write() [all …]
|
H A D | raid5.h | 308 R5_Wantwrite, enumerator
|
H A D | raid5-ppl.c | 302 if (i != sh->pd_idx && test_bit(R5_Wantwrite, &dev->flags)) { in ppl_log_stripe() 368 !test_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags) || in ppl_write_stripe() 483 (test_bit(R5_Wantwrite, &dev->flags))) { in ppl_submit_iounit()
|
H A D | raid5.c | 1162 if (test_and_clear_bit(R5_Wantwrite, &sh->dev[i].flags)) { in ops_run_io() 4386 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks5() 4517 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4523 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4529 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4535 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4542 clear_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 5115 set_bit(R5_Wantwrite, &dev->flags); in handle_stripe() 5264 set_bit(R5_Wantwrite, &dev->flags); in handle_stripe() 5298 set_bit(R5_Wantwrite, &sh->dev[i].flags); in handle_stripe()
|