Searched refs:R5_LOCKED (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/md/ |
D | raid5.c | 334 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe() 338 test_bit(R5_LOCKED, &dev->flags)); in init_stripe() 656 clear_bit(R5_LOCKED, &sh->dev[i].flags); in ops_run_io() 1757 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_read_request() 1822 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request() 2230 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 2259 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 2269 set_bit(R5_LOCKED, &sh->dev[pd_idx].flags); in schedule_reconstruction() 2277 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 2472 clear_bit(R5_LOCKED, &sh->dev[i].flags); in handle_failed_stripe() [all …]
|
D | raid5.h | 267 R5_LOCKED, /* IO has been submitted on "req" */ enumerator
|