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