Searched refs:get_string_from_profile (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/misc/ |
D | mk_hugefiles.c | 500 t = get_string_from_profile(fs_types, "hugefiles_slack", "1M"); in mk_hugefiles() 503 t = get_string_from_profile(fs_types, "hugefiles_size", "0"); in mk_hugefiles() 506 t = get_string_from_profile(fs_types, "hugefiles_align", "0"); in mk_hugefiles() 525 t = get_string_from_profile(fs_types, "hugefiles_dir", "/"); in mk_hugefiles() 531 fn_prefix = get_string_from_profile(fs_types, "hugefiles_name", in mk_hugefiles()
|
D | mke2fs.h | 20 extern char *get_string_from_profile(char **types, const char *opt,
|
D | mke2fs.c | 1361 char *get_string_from_profile(char **types, const char *opt, in get_string_from_profile() function 1999 tmp = get_string_from_profile(fs_types, "base_features", in PRS() 2005 tmp = get_string_from_profile(fs_types, "default_mntopts", in PRS() 2020 tmp = get_string_from_profile(fs_types, "default_features", in PRS() 2331 journal_location_string = get_string_from_profile(fs_types, in PRS() 2800 arg = get_string_from_profile(fs_types, "errors", NULL); in set_error_behavior() 3010 hash_alg_str = get_string_from_profile(fs_types, "hash_alg", in main()
|