Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dmain.c299 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
304 c.preen_mode = atoi(optarg); in f2fs_parse_options()
305 if (c.preen_mode < 0) in f2fs_parse_options()
306 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
307 else if (c.preen_mode >= PREEN_MODE_MAX) in f2fs_parse_options()
308 c.preen_mode = PREEN_MODE_MAX - 1; in f2fs_parse_options()
309 if (c.preen_mode == PREEN_MODE_0 || in f2fs_parse_options()
310 c.preen_mode == PREEN_MODE_2) in f2fs_parse_options()
313 "preen mode %d\n", c.preen_mode); in f2fs_parse_options()
346 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
[all …]
Dfsck.c1131 (c.preen_mode != PREEN_MODE_2 || i_gc_failures != 0x01)) { in fsck_chk_inode_blk()
1926 if (c.preen_mode == PREEN_MODE_1 && !c.fix_on) { in fsck_chk_orphan_node()
1984 if (c.preen_mode == PREEN_MODE_1 && !c.fix_on) { in fsck_chk_quota_node()
3146 if (c.fix_on || c.preen_mode) in fsck_chk_curseg_info()
3158 if (c.fix_on || c.preen_mode) in fsck_chk_curseg_info()
Dmount.c1298 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()
1303 } else if (!c.preen_mode) { in f2fs_should_proceed()
/third_party/f2fs-tools/include/
Df2fs_fs.h518 int preen_mode; member