Searched refs:auto_fix (Results 1 – 3 of 3) sorted by relevance
156 c.auto_fix = 1; in __add_fsck_options()204 c.auto_fix = 1; in f2fs_parse_options()226 c.auto_fix = 1; in f2fs_parse_options()237 c.auto_fix = 1; in f2fs_parse_options()273 c.auto_fix = 1; in f2fs_parse_options()762 c.auto_fix = 0; in main()825 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0 && !c.dry_run) { in main()
699 c.auto_fix = 0; in validate_super_block()2635 if (c.auto_fix || c.preen_mode) { in f2fs_do_mount()
379 int auto_fix; member