Home
last modified time | relevance | path

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

/openbmc/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()
925 test_bit(R5_InJournal, &sh->dev[i].flags)) in r5l_log_stripe()
1016 test_bit(R5_InJournal, &sh->dev[i].flags)) in r5l_write_stripe()
2212 set_bit(R5_InJournal, &dev->flags); in r5c_recovery_load_one_stripe()
2380 if (test_bit(R5_InJournal, &dev->flags)) { in r5c_recovery_rewrite_data_only_stripes()
2686 !test_bit(R5_InJournal, &dev->flags)) { in r5c_try_caching_write()
2811 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.c231 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in do_release_stripe()
282 WARN_ON(test_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags)); in do_release_stripe()
1282 test_bit(R5_InJournal, &sh->dev[i].flags)) in ops_run_io()
1645 test_bit(R5_InJournal, &dev->flags))) || in set_syndrome_sources()
1648 test_bit(R5_InJournal, &dev->flags)))) { in set_syndrome_sources()
1649 if (test_bit(R5_InJournal, &dev->flags)) in set_syndrome_sources()
1886 if (test_bit(R5_InJournal, &dev->flags)) { in ops_run_prexor5()
1954 clear_bit(R5_InJournal, &dev->flags); in ops_run_biodrain()
2094 test_bit(R5_InJournal, &head_sh->dev[i].flags)) { in ops_run_reconstruct5()
2803 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in raid5_end_read_request()
[all …]