Searched refs:R5_Expanded (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 314 R5_Expanded, /* This block now has post-expand data */ enumerator
|
H A D | raid5.c | 1952 set_bit(R5_Expanded, &dev->flags); in ops_complete_reconstruct() 4536 test_bit(R5_Expanded, &sh2->dev[dd_idx].flags)) { in handle_stripe_expansion() 4549 set_bit(R5_Expanded, &sh2->dev[dd_idx].flags); in handle_stripe_expansion() 4554 !test_bit(R5_Expanded, &sh2->dev[j].flags)) in handle_stripe_expansion() 4691 test_bit(R5_Expanded, &dev->flags)) in analyse_stripe() 6121 set_bit(R5_Expanded, &sh->dev[j].flags); in reshape_request()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 315 R5_Expanded, /* This block now has post-expand data */ enumerator
|
H A D | raid5.c | 2030 set_bit(R5_Expanded, &dev->flags); in ops_complete_reconstruct() 4649 test_bit(R5_Expanded, &sh2->dev[dd_idx].flags)) { in handle_stripe_expansion() 4662 set_bit(R5_Expanded, &sh2->dev[dd_idx].flags); in handle_stripe_expansion() 4667 !test_bit(R5_Expanded, &sh2->dev[j].flags)) in handle_stripe_expansion() 4804 test_bit(R5_Expanded, &dev->flags)) in analyse_stripe() 6444 set_bit(R5_Expanded, &sh->dev[j].flags); in reshape_request()
|
Completed in 24 milliseconds