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

  /external/e2fsprogs/misc/
util.h 13 extern int journal_size;
tune2fs.c 98 int journal_size, journal_flags; variable
526 if (!journal_size)
527 journal_size = -1;
691 } else if (journal_size) {
694 journal_blocks = figure_journal_size(journal_size, fs);
986 if (!journal_size)
987 journal_size = -1;
    [all...]
util.c 217 journal_size = strtoul(arg, &p, 0);
mke2fs.c 96 int journal_size; variable
1099 if (!strcmp(ext_type, "ext2") && (journal_size != 0))
    [all...]
  /system/extras/ext4_utils/
mkuserimg.sh 8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [-j <journal_size>]
  /external/e2fsprogs/e2fsck/
unix.c 1176 int journal_size; local
    [all...]

Completed in 93 milliseconds