Home
last modified time | relevance | path

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

/drivers/md/
Draid5-cache.c471 set_bit(R5_InJournal, &sh->dev[i].flags); in r5c_handle_data_cached()
486 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in r5c_handle_parity_cached()
506 set_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags); in r5c_finish_cache_stripe()
511 set_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags); in r5c_finish_cache_stripe()
929 test_bit(R5_InJournal, &sh->dev[i].flags)) in r5l_log_stripe()
1020 test_bit(R5_InJournal, &sh->dev[i].flags)) in r5l_write_stripe()
2221 set_bit(R5_InJournal, &dev->flags); in r5c_recovery_load_one_stripe()
2389 if (test_bit(R5_InJournal, &dev->flags)) { in r5c_recovery_rewrite_data_only_stripes()
2688 !test_bit(R5_InJournal, &dev->flags)) { in r5c_try_caching_write()
2813 if (!log || !test_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags)) in r5c_finish_stripe_write_out()
[all …]
Draid5.h327 R5_InJournal, /* data being written is in the journal device. enumerator
Draid5.c223 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in do_release_stripe()
274 WARN_ON(test_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags)); in do_release_stripe()
1122 test_bit(R5_InJournal, &sh->dev[i].flags)) in ops_run_io()
1471 test_bit(R5_InJournal, &dev->flags))) || in set_syndrome_sources()
1474 test_bit(R5_InJournal, &dev->flags)))) { in set_syndrome_sources()
1475 if (test_bit(R5_InJournal, &dev->flags)) in set_syndrome_sources()
1686 if (test_bit(R5_InJournal, &dev->flags)) in ops_run_prexor5()
1744 clear_bit(R5_InJournal, &dev->flags); in ops_run_biodrain()
1879 test_bit(R5_InJournal, &head_sh->dev[i].flags)) in ops_run_reconstruct5()
2514 if (test_bit(R5_InJournal, &sh->dev[i].flags)) in raid5_end_read_request()
[all …]