Home
last modified time | relevance | path

Searched refs:R5_UPTODATE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Draid5.c1286 WARN_ON(test_bit(R5_UPTODATE, &sh->dev[i].flags)); in ops_run_io()
1339 WARN_ON(test_bit(R5_UPTODATE, &sh->dev[i].flags)); in ops_run_io()
1521 set_bit(R5_UPTODATE, &tgt->flags); in mark_target_uptodate()
1977 clear_bit(R5_UPTODATE, &dev->flags); in ops_run_biodrain()
2021 set_bit(R5_UPTODATE, &dev->flags); in ops_complete_reconstruct()
2757 set_bit(R5_UPTODATE, &sh->dev[i].flags); in raid5_end_read_request()
2788 clear_bit(R5_UPTODATE, &sh->dev[i].flags); in raid5_end_read_request()
3361 clear_bit(R5_UPTODATE, &dev->flags); in schedule_reconstruction()
3387 BUG_ON(!(test_bit(R5_UPTODATE, &sh->dev[pd_idx].flags) || in schedule_reconstruction()
3390 (!(test_bit(R5_UPTODATE, &sh->dev[qd_idx].flags) || in schedule_reconstruction()
[all …]
H A Draid5.h301 R5_UPTODATE, /* page contains current data */ enumerator
H A Draid5-ppl.c185 if (test_bit(R5_UPTODATE, &dev->flags)) in ops_run_partial_parity()