Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dmain.c198 c.auto_fix = 1; in __add_fsck_options()
263 c.auto_fix = 1; in f2fs_parse_options()
295 c.auto_fix = 1; in f2fs_parse_options()
306 c.auto_fix = 1; in f2fs_parse_options()
342 c.auto_fix = 1; in f2fs_parse_options()
1106 c.auto_fix = 0; in main()
1184 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0 && !c.dry_run) { in main()
Dmount.c981 c.auto_fix = 0; in validate_super_block()
1225 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()
/external/f2fs-tools/lib/
Dlibf2fs.c871 if (c.func != DUMP && (c.func != FSCK || c.fix_on || c.auto_fix)) in open_check_fs()
/external/f2fs-tools/include/
Df2fs_fs.h492 int auto_fix; member