Home
last modified time | relevance | path

Searched refs:journal_location_string (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/misc/
Dutil.h17 extern char *journal_location_string;
Dutil.c51 char *journal_location_string = NULL; variable
216 journal_location_string = strdup(arg); in parse_journal_opts()
Dmke2fs.c2409 if (!journal_location_string) in PRS()
2410 journal_location_string = get_string_from_profile(fs_types, in PRS()
2412 if ((journal_location == ~0ULL) && journal_location_string && in PRS()
2413 *journal_location_string) in PRS()
2414 journal_location = parse_num_blocks2(journal_location_string, in PRS()
2416 free(journal_location_string); in PRS()
Dtune2fs.c1602 if (journal_location_string) in add_journal()
1604 parse_num_blocks2(journal_location_string, in add_journal()