HomeSort by relevance Sort by last modified time
    Searched refs:journal_size (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/misc/
util.h 13 extern int journal_size;
tune2fs.c 84 int journal_size, journal_flags; variable
414 if (!journal_size)
415 journal_size = -1;
547 } else if (journal_size) {
550 journal_blocks = figure_journal_size(journal_size, fs);
743 if (!journal_size)
744 journal_size = -1;
    [all...]
mke2fs.c 90 int journal_size; variable
1016 if (!strcmp(ext_type, "ext2") && (journal_size != 0))
1268 journal_size = -1;
    [all...]
util.c 222 journal_size = strtoul(arg, &p, 0);
  /external/e2fsprogs/e2fsck/
unix.c 983 int journal_size; local
    [all...]

Completed in 97 milliseconds