Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dmk_hugefiles.c501 t = get_string_from_profile(fs_types, "hugefiles_slack", "1M"); in mk_hugefiles()
504 t = get_string_from_profile(fs_types, "hugefiles_size", "0"); in mk_hugefiles()
507 t = get_string_from_profile(fs_types, "hugefiles_align", "0"); in mk_hugefiles()
526 t = get_string_from_profile(fs_types, "hugefiles_dir", "/"); in mk_hugefiles()
532 fn_prefix = get_string_from_profile(fs_types, "hugefiles_name", in mk_hugefiles()
Dmke2fs.h20 extern char *get_string_from_profile(char **types, const char *opt,
Dmke2fs.c1406 char *get_string_from_profile(char **types, const char *opt, in get_string_from_profile() function
2044 tmp = get_string_from_profile(fs_types, "base_features", in PRS()
2050 tmp = get_string_from_profile(fs_types, "default_mntopts", in PRS()
2065 tmp = get_string_from_profile(fs_types, "default_features", in PRS()
2379 journal_location_string = get_string_from_profile(fs_types, in PRS()
2393 char *ef, *en = get_string_from_profile(fs_types, in PRS()
2405 ef = get_string_from_profile(fs_types, "encoding_flags", NULL); in PRS()
2875 arg = get_string_from_profile(fs_types, "errors", NULL); in set_error_behavior()
3091 hash_alg_str = get_string_from_profile(fs_types, "hash_alg", in main()