Home
last modified time | relevance | path

Searched refs:R5_InJournal (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Draid5-cache.c468 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()
2800 if (!log || !test_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags)) in r5c_finish_stripe_write_out()
[all …]
H A Draid5.h337 R5_InJournal, /* data being written is in the journal device. enumerator
H A Draid5.c237 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in do_release_stripe()
288 WARN_ON(test_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags)); in do_release_stripe()
1274 test_bit(R5_InJournal, &sh->dev[i].flags)) in ops_run_io()
1627 test_bit(R5_InJournal, &dev->flags))) || in set_syndrome_sources()
1630 test_bit(R5_InJournal, &dev->flags)))) { in set_syndrome_sources()
1631 if (test_bit(R5_InJournal, &dev->flags)) in set_syndrome_sources()
1868 if (test_bit(R5_InJournal, &dev->flags)) { in ops_run_prexor5()
1936 clear_bit(R5_InJournal, &dev->flags); in ops_run_biodrain()
2076 test_bit(R5_InJournal, &head_sh->dev[i].flags)) { in ops_run_reconstruct5()
2761 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in raid5_end_read_request()
[all …]