Searched refs:overprovision (Results 1 – 4 of 4) sorted by relevance
355 if (c.overprovision == 0) in f2fs_prepare_super_block()356 c.overprovision = get_best_overprovision(sb); in f2fs_prepare_super_block()358 if (c.overprovision == 0 || c.total_segments < F2FS_MIN_SEGMENTS || in f2fs_prepare_super_block()367 (2 * (100 / c.overprovision + 1) + 6) in f2fs_prepare_super_block()563 c.overprovision / 100); in f2fs_write_check_point_pack()567 MSG(0, "Info: Overprovision ratio = %.3lf%%\n", c.overprovision); in f2fs_write_check_point_pack()
133 c.overprovision = atof(optarg); in f2fs_parse_options()
571 c.overprovision = 0; in f2fs_init_configuration()
263 double overprovision; member