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