Home
last modified time | relevance | path

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

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