Home
last modified time | relevance | path

Searched refs:MD_JOURNAL_CLEAN (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd.h242 MD_JOURNAL_CLEAN, /* A raid with journal is already clean */ enumerator
H A Draid0.c27 (1L << MD_JOURNAL_CLEAN) | \
H A Draid1.c42 (1L << MD_JOURNAL_CLEAN) | \
H A Dmd.c2049 else if (test_bit(MD_JOURNAL_CLEAN, &mddev->flags)) in super_1_sync()
H A Draid5.c7592 set_bit(MD_JOURNAL_CLEAN, &mddev->flags); in raid5_run()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.h242 * @MD_JOURNAL_CLEAN: A raid with journal is already clean.
265 MD_JOURNAL_CLEAN, enumerator
H A Draid0.c27 (1L << MD_JOURNAL_CLEAN) | \
H A Draid1.c42 (1L << MD_JOURNAL_CLEAN) | \
H A Dmd.c2005 else if (test_bit(MD_JOURNAL_CLEAN, &mddev->flags)) in super_1_sync()
H A Draid5.c7935 set_bit(MD_JOURNAL_CLEAN, &mddev->flags); in raid5_run()

Completed in 52 milliseconds