Searched defs:get_bool_from_profile (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dmke2fs.c1211 static int get_bool_from_profile(char **types, const char *opt, int def_val) function
1829 get_bool_from_profile(fs_types, "auto_64-bit_support", 0)) {
1991 lazy_itable_init = get_bool_from_profile(fs_types,
1994 discard = get_bool_from_profile(fs_types, "discard" , discard);
1995 journal_flags |= get_bool_from_profile(fs_types,
2502 if (get_bool_from_profile(fs_types, "enable_periodic_fsck", 0)) {

Completed in 64 milliseconds