Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dmke2fs.h23 extern int get_bool_from_profile(char **types, const char *opt, int def_val);
Dmk_hugefiles.c490 if (!get_bool_from_profile(fs_types, "make_hugefiles", 0)) in mk_hugefiles()
509 if (get_bool_from_profile(fs_types, "hugefiles_align_disk", 0)) { in mk_hugefiles()
522 zero_hugefile = get_bool_from_profile(fs_types, "zero_hugefiles", in mk_hugefiles()
Dmke2fs.c1413 int get_bool_from_profile(char **types, const char *opt, int def_val) in get_bool_from_profile() function
2126 get_bool_from_profile(fs_types, "auto_64-bit_support", 0)) { in PRS()
2321 lazy_itable_init = get_bool_from_profile(fs_types, in PRS()
2324 discard = get_bool_from_profile(fs_types, "discard" , discard); in PRS()
2325 journal_flags |= get_bool_from_profile(fs_types, in PRS()
2339 packed_meta_blocks = get_bool_from_profile(fs_types, in PRS()
3038 if (get_bool_from_profile(fs_types, "enable_periodic_fsck", 0)) { in main()