Home
last modified time | relevance | path

Searched refs:auto_fix (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/fsck/
Dmain.c156 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()
Dmount.c699 c.auto_fix = 0; in validate_super_block()
2635 if (c.auto_fix || c.preen_mode) { in f2fs_do_mount()
/external/f2fs-tools/include/
Df2fs_fs.h379 int auto_fix; member