Home
last modified time | relevance | path

Searched refs:R5_LOCKED (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/md/
Draid5.c334 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 …]
Draid5.h267 R5_LOCKED, /* IO has been submitted on "req" */ enumerator