Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dutil.c51 char *journal_location_string = NULL; variable
205 journal_location_string = strdup(arg); in parse_journal_opts()
Dutil.h16 extern char *journal_location_string;
Dmke2fs.c2330 if (!journal_location_string) in PRS()
2331 journal_location_string = get_string_from_profile(fs_types, in PRS()
2333 if ((journal_location == ~0ULL) && journal_location_string && in PRS()
2334 *journal_location_string) in PRS()
2335 journal_location = parse_num_blocks2(journal_location_string, in PRS()
2337 free(journal_location_string); in PRS()
Dtune2fs.c1579 if (journal_location_string) in add_journal()
1581 parse_num_blocks2(journal_location_string, in add_journal()