Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Dmd.c5757 bool has_journal = false; in restart_array() local
5772 has_journal = true; in restart_array()
5777 if (test_bit(MD_HAS_JOURNAL, &mddev->flags) && !has_journal) in restart_array()
6442 bool has_journal = false; in add_new_disk() local
6447 has_journal = true; in add_new_disk()
6451 if (has_journal || mddev->bitmap) { in add_new_disk()