Searched refs:journal_flags (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dutil.h21 extern void make_journal_blocks(ext2_filsys fs, int journal_size, int journal_flags, int quiet);
H A Dutil.c104 void parse_journal_opts(char **journal_device, int *journal_flags, argument
137 (*journal_flags) |= EXT2_MKJOURNAL_V1_SUPER;
234 void make_journal_blocks(ext2_filsys fs, int journal_size, int journal_flags, int quiet) argument
249 journal_flags);
H A Dtune2fs.c65 static int journal_size, journal_flags; variable
334 make_journal_blocks(fs, journal_size, journal_flags, 0);
483 parse_journal_opts(&journal_device, &journal_flags, &journal_size, optarg);
H A Dmke2fs.c53 static int journal_flags; variable
878 parse_journal_opts(&journal_device, &journal_flags, &journal_size, optarg);
1325 make_journal_blocks(fs, journal_size, journal_flags, quiet);

Completed in 172 milliseconds