Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dmain.c294 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
299 c.preen_mode = atoi(optarg); in f2fs_parse_options()
300 if (c.preen_mode < 0) in f2fs_parse_options()
301 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
302 else if (c.preen_mode >= PREEN_MODE_MAX) in f2fs_parse_options()
303 c.preen_mode = PREEN_MODE_MAX - 1; in f2fs_parse_options()
304 if (c.preen_mode == PREEN_MODE_0 || in f2fs_parse_options()
305 c.preen_mode == PREEN_MODE_2) in f2fs_parse_options()
308 "preen mode %d\n", c.preen_mode); in f2fs_parse_options()
341 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
[all …]
Dfsck.c1062 (c.preen_mode != PREEN_MODE_2 || i_gc_failures != 0x01)) { in fsck_chk_inode_blk()
1788 if (c.preen_mode == PREEN_MODE_1 && !c.fix_on) { in fsck_chk_orphan_node()
1843 if (c.preen_mode == PREEN_MODE_1 && !c.fix_on) { in fsck_chk_quota_node()
2993 if (c.fix_on || c.preen_mode) in fsck_chk_curseg_info()
3005 if (c.fix_on || c.preen_mode) in fsck_chk_curseg_info()
Dmount.c1225 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()
1230 } else if (!c.preen_mode) { in f2fs_should_proceed()
/external/f2fs-tools/include/
Df2fs_fs.h495 int preen_mode; member