Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dutil.h14 extern int journal_flags;
Dutil.c207 journal_flags |= EXT2_MKJOURNAL_V1_SUPER; in parse_journal_opts()
Dmke2fs.c95 int journal_flags; variable
616 if (journal_flags & EXT2_MKJOURNAL_LAZYINIT) in create_journal_dev()
1004 journal_flags |= strtoul(arg, &p, 0) ? in parse_extended_opts()
1007 journal_flags |= EXT2_MKJOURNAL_LAZYINIT; in parse_extended_opts()
2325 journal_flags |= get_bool_from_profile(fs_types, in PRS()
2328 journal_flags |= EXT2_MKJOURNAL_NO_MNT_CHECK; in PRS()
3254 journal_flags); in main()
Dtune2fs.c105 int journal_size, journal_flags; variable
1585 journal_flags); in add_journal()