Searched refs:R5_LOCKED (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.c | 589 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe() 593 test_bit(R5_LOCKED, &dev->flags)); in init_stripe() 1289 clear_bit(R5_LOCKED, &sh->dev[i].flags); in ops_run_io() 2789 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_read_request() 2865 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request() 3311 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3317 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3355 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3359 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3375 set_bit(R5_LOCKED, in schedule_reconstruction() [all...] |
H A D | raid5.h | 17 * R5_UPTODATE and R5_LOCKED 301 R5_LOCKED, /* IO has been submitted on "req" */ enumerator 302 R5_DOUBLE_LOCKED,/* Cannot clear R5_LOCKED until 2 writes complete */
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.c | 599 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe() 603 test_bit(R5_LOCKED, &dev->flags)); in init_stripe() 1367 clear_bit(R5_LOCKED, &sh->dev[i].flags); in ops_run_io() 2879 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_read_request() 2954 clear_bit(R5_LOCKED, &sh->dev[i].flags); in raid5_end_write_request() 3399 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3405 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3443 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3447 set_bit(R5_LOCKED, &dev->flags); in schedule_reconstruction() 3463 set_bit(R5_LOCKED, in schedule_reconstruction() [all...] |
H A D | raid5.h | 18 * R5_UPTODATE and R5_LOCKED 302 R5_LOCKED, /* IO has been submitted on "req" */ enumerator 303 R5_DOUBLE_LOCKED,/* Cannot clear R5_LOCKED until 2 writes complete */
|
H A D | raid5-cache.c | 470 clear_bit(R5_LOCKED, &sh->dev[i].flags); in r5c_handle_data_cached() 2736 set_bit(R5_LOCKED, &dev->flags); in r5c_try_caching_write()
|
Completed in 23 milliseconds