Lines Matching refs:preen_mode
188 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
195 c.preen_mode = atoi(optarg); in f2fs_parse_options()
196 if (c.preen_mode < 0) in f2fs_parse_options()
197 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
198 else if (c.preen_mode >= PREEN_MODE_MAX) in f2fs_parse_options()
199 c.preen_mode = PREEN_MODE_MAX - 1; in f2fs_parse_options()
200 if (c.preen_mode == PREEN_MODE_0) in f2fs_parse_options()
203 "preen mode %d\n", c.preen_mode); in f2fs_parse_options()
235 c.preen_mode = PREEN_MODE_0; in f2fs_parse_options()
522 switch (c.preen_mode) { in do_fsck()
538 } else if (c.preen_mode) { in do_fsck()