Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dmain.c303 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
308 c.preen_mode = atoi(optarg); in f2fs_parse_options()
309 if (c.preen_mode < 0) in f2fs_parse_options()
310 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
311 else if (c.preen_mode >= PREEN_MODE_MAX) in f2fs_parse_options()
312 c.preen_mode = PREEN_MODE_MAX - 1; in f2fs_parse_options()
313 if (c.preen_mode == PREEN_MODE_0 || in f2fs_parse_options()
314 c.preen_mode == PREEN_MODE_2) in f2fs_parse_options()
317 "preen mode %d\n", c.preen_mode); in f2fs_parse_options()
350 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
[all …]
Dfsck.c1136 (c.preen_mode != PREEN_MODE_2 || i_gc_failures != 0x01)) { in fsck_chk_inode_blk()
1931 if (c.preen_mode == PREEN_MODE_1 && !c.fix_on) { in fsck_chk_orphan_node()
1989 if (c.preen_mode == PREEN_MODE_1 && !c.fix_on) { in fsck_chk_quota_node()
3154 if (c.fix_on || c.preen_mode) in fsck_chk_curseg_info()
3166 if (c.fix_on || c.preen_mode) in fsck_chk_curseg_info()
Dmount.c1354 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()
1360 } else if (!c.preen_mode) { in f2fs_should_proceed()
/third_party/f2fs-tools/include/
Df2fs_fs.h522 int preen_mode; member