Searched refs:profile_get_boolean (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | profile.h | 86 long profile_get_boolean
|
D | unix.c | 141 profile_get_boolean(ctx->profile, "options", "report_features", 0, 0, in show_stats() 343 profile_get_boolean(ctx->profile, "options", "broken_system_clock", in check_if_skip() 347 profile_get_boolean(ctx->profile, "options", in check_if_skip() 950 profile_get_boolean(ctx->profile, "options", "report_time", 0, 0, in PRS() 954 profile_get_boolean(ctx->profile, "options", "report_verbose", 0, 0, in PRS() 1258 profile_get_boolean(ctx->profile, "options", "old_bitmaps", 0, 0, in main() 1732 profile_get_boolean(ctx->profile, "options", in main()
|
D | super.c | 737 profile_get_boolean(ctx->profile, "options", in check_super_block() 813 profile_get_boolean(ctx->profile, "options", "accept_time_fudge", in check_super_block() 815 profile_get_boolean(ctx->profile, "options", "buggy_init_scripts", in check_super_block() 819 profile_get_boolean(ctx->profile, "options", "broken_system_clock", in check_super_block()
|
D | logfile.c | 291 profile_get_boolean(ctx->profile, "options", "log_dir_wait", 0, 0, in set_up_logging()
|
D | dirinfo.c | 51 profile_get_boolean(ctx->profile, "scratch_files", in setup_tdb()
|
D | problem.c | 1813 profile_get_boolean(ctx->profile, "problems", key, name, val, &val); in reconfigure_bool() 1981 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() function
|
D | profile.c | 1677 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() function
|
D | pass1.c | 526 profile_get_boolean(ctx->profile, "scratch_files", in e2fsck_setup_tdb_icount()
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1216 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); in get_bool_from_profile() 1218 profile_get_boolean(profile, "fs_types", *cpp, opt, ret, &ret); in get_bool_from_profile() 2407 profile_get_boolean(profile, "options", "old_bitmaps", 0, 0, in main()
|