Searched refs:profile_get_boolean (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | profile.h | 86 long profile_get_boolean
|
D | profile.c | 1684 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() function
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 143 profile_get_boolean(ctx->profile, "options", "report_features", 0, 0, in show_stats() 353 profile_get_boolean(ctx->profile, "options", "broken_system_clock", in check_if_skip() 357 profile_get_boolean(ctx->profile, "options", in check_if_skip() 1033 profile_get_boolean(ctx->profile, "options", "report_time", 0, 0, in PRS() 1037 profile_get_boolean(ctx->profile, "options", "report_verbose", 0, 0, in PRS() 1042 profile_get_boolean(ctx->profile, "options", "no_optimize_extents", in PRS() 1047 profile_get_boolean(ctx->profile, "options", "inode_count_fullmap", in PRS() 1461 profile_get_boolean(ctx->profile, "options", "old_bitmaps", 0, 0, in main() 2014 profile_get_boolean(ctx->profile, "options", in main()
|
D | super.c | 954 profile_get_boolean(ctx->profile, "options", in check_super_block() 1028 profile_get_boolean(ctx->profile, "options", "accept_time_fudge", in check_super_block() 1030 profile_get_boolean(ctx->profile, "options", "buggy_init_scripts", in check_super_block() 1034 profile_get_boolean(ctx->profile, "options", "broken_system_clock", in check_super_block()
|
D | logfile.c | 296 profile_get_boolean(ctx->profile, "options", "log_dir_wait", 0, 0, in set_up_logging()
|
D | dirinfo.c | 59 profile_get_boolean(ctx->profile, "scratch_files", in setup_tdb()
|
D | problem.c | 2184 profile_get_boolean(ctx->profile, "problems", key, name, val, &val); in reconfigure_bool() 2357 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() function
|
D | pass1.c | 829 profile_get_boolean(ctx->profile, "scratch_files", in e2fsck_setup_icount()
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1418 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); in get_bool_from_profile() 1420 profile_get_boolean(profile, "fs_types", *cpp, opt, ret, &ret); in get_bool_from_profile() 2872 profile_get_boolean(profile, "options", "old_bitmaps", 0, 0, in main()
|