Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/md/
Dmd.c6186 bool has_journal = false; in restart_array() local
6201 has_journal = true; in restart_array()
6206 if (test_bit(MD_HAS_JOURNAL, &mddev->flags) && !has_journal) in restart_array()
6873 bool has_journal = false; in md_add_new_disk() local
6878 has_journal = true; in md_add_new_disk()
6882 if (has_journal || mddev->bitmap) { in md_add_new_disk()