Searched refs:R5_Wantwrite (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | raid5-cache.c | 390 if (!test_bit(R5_Wantwrite, &sh->dev[i].flags)) in r5l_log_stripe() 434 if (sh->log_io || !test_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags) || in r5l_write_stripe() 444 if (!test_bit(R5_Wantwrite, &sh->dev[i].flags)) in r5l_write_stripe() 877 set_bit(R5_Wantwrite, &sh->dev[disk_index].flags); in r5l_recovery_flush_one_stripe() 885 set_bit(R5_Wantwrite, &sh->dev[disk_index].flags); in r5l_recovery_flush_one_stripe() 895 set_bit(R5_Wantwrite, in r5l_recovery_flush_one_stripe() 914 if (!test_bit(R5_Wantwrite, &sh->dev[disk_index].flags)) in r5l_recovery_flush_one_stripe() 926 if (!test_and_clear_bit(R5_Wantwrite, in r5l_recovery_flush_one_stripe()
|
D | raid5.h | 287 R5_Wantwrite, enumerator
|
D | raid5.c | 902 if (test_and_clear_bit(R5_Wantwrite, &sh->dev[i].flags)) { in ops_run_io() 3723 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks5() 3849 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 3855 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 3861 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 3867 set_bit(R5_Wantwrite, &dev->flags); in handle_parity_checks6() 4402 set_bit(R5_Wantwrite, &dev->flags); in handle_stripe() 4510 set_bit(R5_Wantwrite, &dev->flags); in handle_stripe() 4545 set_bit(R5_Wantwrite, &sh->dev[i].flags); in handle_stripe()
|