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.c400 if (!get_bool_from_profile(fs_types, "make_hugefiles", 0)) in mk_hugefiles()
419 if (get_bool_from_profile(fs_types, "hugefiles_align_disk", 0)) { in mk_hugefiles()
432 zero_hugefile = get_bool_from_profile(fs_types, "zero_hugefiles", in mk_hugefiles()
Dmke2fs.c1384 int get_bool_from_profile(char **types, const char *opt, int def_val) in get_bool_from_profile() function
2084 get_bool_from_profile(fs_types, "auto_64-bit_support", 0)) { in PRS()
2261 lazy_itable_init = get_bool_from_profile(fs_types, in PRS()
2264 discard = get_bool_from_profile(fs_types, "discard" , discard); in PRS()
2265 journal_flags |= get_bool_from_profile(fs_types, in PRS()
2279 packed_meta_blocks = get_bool_from_profile(fs_types, in PRS()
2956 if (get_bool_from_profile(fs_types, "enable_periodic_fsck", 0)) { in main()