Home
last modified time | relevance | path

Searched refs:get_string_from_profile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/e2fsprogs/misc/
H A Dmk_hugefiles.c386 t = get_string_from_profile(fs_types, "hugefiles_slack", "1M"); in mk_hugefiles()
389 t = get_string_from_profile(fs_types, "hugefiles_size", "0"); in mk_hugefiles()
392 t = get_string_from_profile(fs_types, "hugefiles_align", "0"); in mk_hugefiles()
411 t = get_string_from_profile(fs_types, "hugefiles_dir", "/"); in mk_hugefiles()
417 fn_prefix = get_string_from_profile(fs_types, "hugefiles_name", in mk_hugefiles()
H A Dmke2fs.c1418 char *get_string_from_profile(char **types, const char *opt, in get_string_from_profile() function
2074 tmp = get_string_from_profile(fs_types, "base_features", in PRS()
2080 tmp = get_string_from_profile(fs_types, "default_mntopts", in PRS()
2095 tmp = get_string_from_profile(fs_types, "default_features", in PRS()
2427 journal_location_string = get_string_from_profile(fs_types, in PRS()
2441 char *ef, *en = get_string_from_profile(fs_types, in PRS()
2453 ef = get_string_from_profile(fs_types, "encoding_flags", NULL); in PRS()
2946 arg = get_string_from_profile(fs_types, "errors", NULL); in set_error_behavior()
3159 hash_alg_str = get_string_from_profile(fs_types, "hash_alg", in main()
H A Dmke2fs.h20 extern char *get_string_from_profile(char **types, const char *opt,