Searched refs:R5_UPTODATE (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/md/ |
D | raid5.c | 805 set_bit(R5_UPTODATE, &tgt->flags); in mark_target_uptodate() 1158 set_bit(R5_UPTODATE, &dev->flags); in ops_complete_reconstruct() 1687 set_bit(R5_UPTODATE, &sh->dev[i].flags); in raid5_end_read_request() 1711 clear_bit(R5_UPTODATE, &sh->dev[i].flags); in raid5_end_read_request() 2233 clear_bit(R5_UPTODATE, &dev->flags); in schedule_reconstruction() 2242 BUG_ON(!(test_bit(R5_UPTODATE, &sh->dev[pd_idx].flags) || in schedule_reconstruction() 2256 (test_bit(R5_UPTODATE, &dev->flags) || in schedule_reconstruction() 2260 clear_bit(R5_UPTODATE, &dev->flags); in schedule_reconstruction() 2270 clear_bit(R5_UPTODATE, &sh->dev[pd_idx].flags); in schedule_reconstruction() 2278 clear_bit(R5_UPTODATE, &dev->flags); in schedule_reconstruction() [all …]
|
D | raid5.h | 266 R5_UPTODATE, /* page contains current data */ enumerator
|