Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c604 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe()
608 test_bit(R5_LOCKED, &dev->flags)); in init_stripe()
1360 clear_bit(R5_LOCKED, &sh->dev[i].flags); in ops_run_io()
2844 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_read_request()
2914 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request()
3358 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction()
3364 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction()
3402 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction()
3406 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction()
3422 set_bit(R5_LOCKED, &sh->dev[pd_idx].flags); in schedule_reconstruction()
[all …]
H A Draid5.h302 R5_LOCKED, /* IO has been submitted on "req" */ enumerator