Searched defs:journal_flags (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
H A Dmke2fs.c97 int journal_flags; variable
514 if (journal_flags & EXT2_MKJOURNAL_LAZYINIT)
826 journal_flags |= strtoul(arg, &p, 0) ?
829 journal_flags |= EXT2_MKJOURNAL_LAZYINIT;
1995 journal_flags |= get_bool_from_profile(fs_types,
1998 journal_flags |= EXT2_MKJOURNAL_NO_MNT_CHECK;
2700 journal_flags);
H A Dtune2fs.c98 int journal_size, journal_flags; variable
697 journal_flags);

Completed in 81 milliseconds