Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dmain.c200 c.auto_fix = 1; in __add_fsck_options()
265 c.auto_fix = 1; in f2fs_parse_options()
302 c.auto_fix = 1; in f2fs_parse_options()
313 c.auto_fix = 1; in f2fs_parse_options()
349 c.auto_fix = 1; in f2fs_parse_options()
1127 c.auto_fix = 0; in main()
1205 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0 && !c.dry_run) { in main()
Dmount.c1324 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()
3669 c.auto_fix = 0; in f2fs_do_mount()
3693 c.auto_fix = 0; in f2fs_do_mount()
/external/f2fs-tools/lib/
Dlibf2fs.c873 if (c.func != DUMP && (c.func != FSCK || c.fix_on || c.auto_fix)) in open_check_fs()
/external/f2fs-tools/include/
Df2fs_fs.h517 int auto_fix; member