Home
last modified time | relevance | path

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

/drivers/md/
Draid5.c512 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe()
516 test_bit(R5_LOCKED, &dev->flags)); in init_stripe()
1211 clear_bit(R5_LOCKED, &sh->dev[i].flags); in ops_run_io()
2587 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_read_request()
2663 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request()
3112 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction()
3118 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction()
3156 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction()
3160 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction()
3176 set_bit(R5_LOCKED, &sh->dev[pd_idx].flags); in schedule_reconstruction()
[all …]
Draid5.h292 R5_LOCKED, /* IO has been submitted on "req" */ enumerator
Draid5-cache.c472 clear_bit(R5_LOCKED, &sh->dev[i].flags); in r5c_handle_data_cached()
2737 set_bit(R5_LOCKED, &dev->flags); in r5c_try_caching_write()