Searched refs:R5_LOCKED (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/md/ |
| D | raid5.c | 543 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe() 547 test_bit(R5_LOCKED, &dev->flags)); in init_stripe() 1094 clear_bit(R5_LOCKED, &sh->dev[i].flags); in ops_run_io() 2404 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_read_request() 2478 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request() 2870 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 2911 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 2928 set_bit(R5_LOCKED, &sh->dev[pd_idx].flags); in schedule_reconstruction() 2936 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3181 clear_bit(R5_LOCKED, &sh->dev[i].flags); in handle_failed_stripe() [all …]
|
| D | raid5.h | 281 R5_LOCKED, /* IO has been submitted on "req" */ enumerator
|