Home
last modified time | relevance | path

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

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