Lines Matching refs:preen_mode
299 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()
855 switch (c.preen_mode) { in do_fsck()
871 } else if (c.preen_mode) { in do_fsck()