Searched refs:R5_Wantwrite (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/md/ |
| D | raid5-cache.c | 470 if (test_and_clear_bit(R5_Wantwrite, &sh->dev[i].flags)) { in r5c_handle_data_cached() 487 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() 1007 if (sh->log_io || !test_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags) || in r5l_write_stripe() 1019 if (!test_bit(R5_Wantwrite, &sh->dev[i].flags) || in r5l_write_stripe() 1830 set_bit(R5_Wantwrite, &sh->dev[dd_idx].flags); in r5l_recovery_load_data() 1847 set_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags); in r5l_recovery_load_parity() 1855 set_bit(R5_Wantwrite, &sh->dev[sh->qd_idx].flags); in r5l_recovery_load_parity() 1880 if (!test_bit(R5_Wantwrite, &sh->dev[disk_index].flags)) in r5l_recovery_replay_one_stripe() 1896 if (!test_bit(R5_Wantwrite, &sh->dev[disk_index].flags)) in r5l_recovery_replay_one_stripe() [all …]
|
| D | raid5.h | 298 R5_Wantwrite, enumerator
|
| D | raid5-ppl.c | 301 if (i != sh->pd_idx && test_bit(R5_Wantwrite, &dev->flags)) { in ppl_log_stripe() 367 !test_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags) || in ppl_write_stripe() 487 (test_bit(R5_Wantwrite, &dev->flags))) { in ppl_submit_iounit()
|
| D | raid5.c | 1001 if (test_and_clear_bit(R5_Wantwrite, &sh->dev[i].flags)) { in ops_run_io() 4069 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks5() 4200 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4206 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4212 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4218 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4225 clear_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4791 set_bit(R5_Wantwrite, &dev->flags); in handle_stripe() 4940 set_bit(R5_Wantwrite, &dev->flags); in handle_stripe() 4975 set_bit(R5_Wantwrite, &sh->dev[i].flags); in handle_stripe()
|