Searched refs:get_bool_from_profile (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/misc/ |
D | mke2fs.h | 23 extern int get_bool_from_profile(char **types, const char *opt, int def_val);
|
D | mk_hugefiles.c | 491 if (!get_bool_from_profile(fs_types, "make_hugefiles", 0)) in mk_hugefiles() 510 if (get_bool_from_profile(fs_types, "hugefiles_align_disk", 0)) { in mk_hugefiles() 523 zero_hugefile = get_bool_from_profile(fs_types, "zero_hugefiles", in mk_hugefiles()
|
D | mke2fs.c | 1458 int get_bool_from_profile(char **types, const char *opt, int def_val) in get_bool_from_profile() function 2172 get_bool_from_profile(fs_types, "auto_64-bit_support", 0)) { in PRS() 2369 lazy_itable_init = get_bool_from_profile(fs_types, in PRS() 2372 discard = get_bool_from_profile(fs_types, "discard" , discard); in PRS() 2373 journal_flags |= get_bool_from_profile(fs_types, in PRS() 2387 packed_meta_blocks = get_bool_from_profile(fs_types, in PRS() 3119 if (get_bool_from_profile(fs_types, "enable_periodic_fsck", 0)) { in main()
|