HomeSort by relevance Sort by last modified time
    Searched defs:journal_flags (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
mke2fs.c 97 int journal_flags; variable
514 if (journal_flags & EXT2_MKJOURNAL_LAZYINIT)
826 journal_flags |= strtoul(arg, &p, 0) ?
829 journal_flags |= EXT2_MKJOURNAL_LAZYINIT;
    [all...]
tune2fs.c 98 int journal_size, journal_flags; variable
697 journal_flags);
    [all...]

Completed in 166 milliseconds