Searched refs:R5_LOCKED (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/md/ |
| D | raid5.c | 589 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe() 593 test_bit(R5_LOCKED, &dev->flags)); in init_stripe() 1288 clear_bit(R5_LOCKED, &sh->dev[i].flags); in ops_run_io() 2788 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_read_request() 2864 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request() 3313 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3319 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3357 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3361 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3377 set_bit(R5_LOCKED, &sh->dev[pd_idx].flags); in schedule_reconstruction() [all …]
|
| D | raid5.h | 301 R5_LOCKED, /* IO has been submitted on "req" */ enumerator
|
| D | raid5-cache.c | 470 clear_bit(R5_LOCKED, &sh->dev[i].flags); in r5c_handle_data_cached() 2739 set_bit(R5_LOCKED, &dev->flags); in r5c_try_caching_write()
|