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)
202 c.auto_fix = 1; in __add_fsck_options()267 c.auto_fix = 1; in f2fs_parse_options()304 c.auto_fix = 1; in f2fs_parse_options()315 c.auto_fix = 1; in f2fs_parse_options()351 c.auto_fix = 1; in f2fs_parse_options()1148 c.auto_fix = 0; in main()1226 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0 && !c.dry_run) { in main()
1354 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()3705 c.auto_fix = 0; in f2fs_do_mount()3729 c.auto_fix = 0; in f2fs_do_mount()
875 if (c.func != DUMP && (c.func != FSCK || c.fix_on || c.auto_fix)) in open_check_fs()
517 int auto_fix; member