Home
last modified time | relevance | path

Searched refs:MD_HAS_JOURNAL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid5-log.h49 return test_bit(MD_HAS_JOURNAL, &conf->mddev->flags); in raid5_has_log()
H A Dmd.h266 MD_HAS_JOURNAL, enumerator
H A Draid0.c26 ((1L << MD_HAS_JOURNAL) | \
H A Draid5-cache.c1598 return test_bit(MD_HAS_JOURNAL, &conf->mddev->flags); in r5l_log_disk_error()
3150 set_bit(MD_HAS_JOURNAL, &conf->mddev->flags); in r5l_init_log()
H A Draid5-ppl.c1347 if (test_bit(MD_HAS_JOURNAL, &mddev->flags)) { in ppl_init_log()
H A Draid5.c7809 if ((test_bit(MD_HAS_JOURNAL, &mddev->flags) || journal_dev) && in raid5_run()
7903 if (test_bit(MD_HAS_JOURNAL, &mddev->flags) && in raid5_run()
7919 if (test_bit(MD_HAS_JOURNAL, &mddev->flags)) { in raid5_run()
9009 } else if (test_bit(MD_HAS_JOURNAL, &conf->mddev->flags) && in raid5_change_consistency_policy()
9022 clear_bit(MD_HAS_JOURNAL, &mddev->flags); in raid5_change_consistency_policy()
H A Dmd.c1863 set_bit(MD_HAS_JOURNAL, &mddev->flags); in super_1_validate()
2125 if (test_bit(MD_HAS_JOURNAL, &mddev->flags)) in super_1_sync()
5400 if (test_bit(MD_HAS_JOURNAL, &mddev->flags)) { in consistency_policy_show()
6207 if (test_bit(MD_HAS_JOURNAL, &mddev->flags) && !has_journal) in restart_array()
H A Dmd-bitmap.c1896 if (test_bit(MD_HAS_JOURNAL, &mddev->flags)) { in md_bitmap_create()
H A Draid1.c41 ((1L << MD_HAS_JOURNAL) | \