Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dutil.h16 extern char *journal_location_string;
Dutil.c51 char *journal_location_string = NULL; variable
208 journal_location_string = strdup(arg); in parse_journal_opts()
Dmke2fs.c2378 if (!journal_location_string) in PRS()
2379 journal_location_string = get_string_from_profile(fs_types, in PRS()
2381 if ((journal_location == ~0ULL) && journal_location_string && in PRS()
2382 *journal_location_string) in PRS()
2383 journal_location = parse_num_blocks2(journal_location_string, in PRS()
2385 free(journal_location_string); in PRS()
Dtune2fs.c1536 if (journal_location_string) in add_journal()
1538 parse_num_blocks2(journal_location_string, in add_journal()