Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dmain.c171 c.auto_fix = 1; in __add_fsck_options()
236 c.auto_fix = 1; in f2fs_parse_options()
265 c.auto_fix = 1; in f2fs_parse_options()
276 c.auto_fix = 1; in f2fs_parse_options()
312 c.auto_fix = 1; in f2fs_parse_options()
860 c.auto_fix = 0; in main()
932 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0 && !c.dry_run) { in main()
Dmount.c973 c.auto_fix = 0; in validate_super_block()
1212 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()
/third_party/f2fs-tools/lib/
Dlibf2fs.c868 if (c.func != DUMP && (c.func != FSCK || c.fix_on || c.auto_fix)) in open_check_fs()
/third_party/f2fs-tools/include/
Df2fs_fs.h399 int auto_fix; member