Searched refs:R5_InJournal (Results 1 – 3 of 3) sorted by relevance
| /drivers/md/ |
| A D | raid5-cache.c | 468 set_bit(R5_InJournal, &sh->dev[i].flags); in r5c_handle_data_cached() 483 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in r5c_handle_parity_cached() 503 set_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags); in r5c_finish_cache_stripe() 508 set_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags); in r5c_finish_cache_stripe() 924 test_bit(R5_InJournal, &sh->dev[i].flags)) in r5l_log_stripe() 1015 test_bit(R5_InJournal, &sh->dev[i].flags)) in r5l_write_stripe() 2204 set_bit(R5_InJournal, &dev->flags); in r5c_recovery_load_one_stripe() 2372 if (test_bit(R5_InJournal, &dev->flags)) { in r5c_recovery_rewrite_data_only_stripes() 2676 !test_bit(R5_InJournal, &dev->flags)) { in r5c_try_caching_write() 2804 clear_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags); in r5c_finish_stripe_write_out() [all …]
|
| A D | raid5.h | 337 R5_InJournal, /* data being written is in the journal device. enumerator
|
| A D | raid5.c | 233 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in do_release_stripe() 1623 test_bit(R5_InJournal, &dev->flags))) || in set_syndrome_sources() 1626 test_bit(R5_InJournal, &dev->flags)))) { in set_syndrome_sources() 1627 if (test_bit(R5_InJournal, &dev->flags)) in set_syndrome_sources() 1864 if (test_bit(R5_InJournal, &dev->flags)) { in ops_run_prexor5() 1932 clear_bit(R5_InJournal, &dev->flags); in ops_run_biodrain() 4090 (!test_bit(R5_InJournal, &dev->flags) || in uptodate_for_rmw() 4124 test_bit(R5_InJournal, &dev->flags)) && in handle_stripe_dirtying() 4156 if (test_bit(R5_InJournal, &dev->flags) && in handle_stripe_dirtying() 4765 if (test_bit(R5_InJournal, &dev->flags)) in analyse_stripe() [all …]
|
Completed in 26 milliseconds