Searched refs:R5_InJournal (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/md/ |
| A D | raid5-cache.c | 469 set_bit(R5_InJournal, &sh->dev[i].flags); in r5c_handle_data_cached() 484 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in r5c_handle_parity_cached() 504 set_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags); in r5c_finish_cache_stripe() 509 set_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags); in r5c_finish_cache_stripe() 927 test_bit(R5_InJournal, &sh->dev[i].flags)) in r5l_log_stripe() 1018 test_bit(R5_InJournal, &sh->dev[i].flags)) in r5l_write_stripe() 2219 set_bit(R5_InJournal, &dev->flags); in r5c_recovery_load_one_stripe() 2387 if (test_bit(R5_InJournal, &dev->flags)) { in r5c_recovery_rewrite_data_only_stripes() 2690 !test_bit(R5_InJournal, &dev->flags)) { in r5c_try_caching_write() 2819 clear_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags); in r5c_finish_stripe_write_out() [all …]
|
| A D | raid5.c | 223 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in do_release_stripe() 1571 test_bit(R5_InJournal, &dev->flags))) || in set_syndrome_sources() 1574 test_bit(R5_InJournal, &dev->flags)))) { in set_syndrome_sources() 1575 if (test_bit(R5_InJournal, &dev->flags)) in set_syndrome_sources() 1812 if (test_bit(R5_InJournal, &dev->flags)) { in ops_run_prexor5() 1880 clear_bit(R5_InJournal, &dev->flags); in ops_run_biodrain() 4074 (!test_bit(R5_InJournal, &dev->flags) || in uptodate_for_rmw() 4108 test_bit(R5_InJournal, &dev->flags)) && in handle_stripe_dirtying() 4141 if (test_bit(R5_InJournal, &dev->flags) && in handle_stripe_dirtying() 4755 if (test_bit(R5_InJournal, &dev->flags)) in analyse_stripe() [all …]
|
| A D | raid5.h | 336 R5_InJournal, /* data being written is in the journal device. enumerator
|
Completed in 26 milliseconds