Searched refs:auto_fix (Results 1 – 5 of 5) sorted by relevance
91 def ClangTidyRunFull(build_folder, skip_output_filter, checks, auto_fix): argument96 if auto_fix:167 def ClangTidyRunDiff(build_folder, diff_branch, auto_fix): argument179 if auto_fix:221 def ClangTidyRunSingleFile(build_folder, filename_to_check, auto_fix, argument249 if auto_fix:397 options.auto_fix)400 if options.auto_fix:412 options.auto_fix,420 options.auto_fix)
200 c.auto_fix = 1; in __add_fsck_options()265 c.auto_fix = 1; in f2fs_parse_options()300 c.auto_fix = 1; in f2fs_parse_options()311 c.auto_fix = 1; in f2fs_parse_options()347 c.auto_fix = 1; in f2fs_parse_options()1139 c.auto_fix = 0; in main()1217 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0 && !c.dry_run) { in main()
1020 c.auto_fix = 0; in validate_super_block()1047 c.auto_fix = 0; in validate_super_block()1298 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()
878 if (c.func != DUMP && (c.func != FSCK || c.fix_on || c.auto_fix)) in open_check_fs()
513 int auto_fix; member