Searched refs:R5_LOCKED (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | raid5.c | 598 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe() 602 test_bit(R5_LOCKED, &dev->flags)); in init_stripe() 1363 clear_bit(R5_LOCKED, &sh->dev[i].flags); in ops_run_io() 2875 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_read_request() 2949 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request() 3394 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3400 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3438 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3442 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3458 set_bit(R5_LOCKED, &sh->dev[pd_idx].flags); in schedule_reconstruction() [all …]
|
H A D | raid5.h | 302 R5_LOCKED, /* IO has been submitted on "req" */ enumerator
|
H A D | raid5-cache.c | 469 clear_bit(R5_LOCKED, &sh->dev[i].flags); in r5c_handle_data_cached() 2735 set_bit(R5_LOCKED, &dev->flags); in r5c_try_caching_write()
|