Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dmain.c125 c.auto_fix = 1; in f2fs_parse_options()
147 c.auto_fix = 1; in f2fs_parse_options()
175 c.auto_fix = 1; in f2fs_parse_options()
587 c.auto_fix = 0; in main()
633 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0) { in main()
Dmount.c462 c.auto_fix = 0; in validate_super_block()
2137 if (c.auto_fix || c.preen_mode) { in f2fs_do_mount()
/external/f2fs-tools/include/
Df2fs_fs.h297 int auto_fix; member