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 88 int journal_size, journal_flags; variable
381 if (!journal_size)
382 journal_size = -1;
462 } else if (journal_size) {
465 journal_blocks = figure_journal_size(journal_size, fs);
659 if (!journal_size)
660 journal_size = -1;
1044 if (journal_size || journal_device)
mke2fs.c 78 int journal_size; variable
1033 journal_size = -1;
1109 if (!journal_size)
1110 journal_size = -1;
    [all...]
util.c 218 journal_size = strtoul(arg, &p, 0);
  /external/e2fsprogs/e2fsck/
unix.c 889 int journal_size; local
    [all...]

Completed in 1312 milliseconds