Searched refs:R5_LOCKED (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | raid5.c | 545 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe() 549 test_bit(R5_LOCKED, &dev->flags)); in init_stripe() 1090 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() 2479 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request() 2872 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 2913 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 2930 set_bit(R5_LOCKED, &sh->dev[pd_idx].flags); in schedule_reconstruction() 2938 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3179 clear_bit(R5_LOCKED, &sh->dev[i].flags); in handle_failed_stripe() [all …]
|
D | raid5.h | 276 R5_LOCKED, /* IO has been submitted on "req" */ enumerator
|