Searched refs:write_points (Results 1 – 3 of 3) sorted by relevance
1176 for (i = 0; i < ARRAY_SIZE(c->write_points); i++) in bch2_open_buckets_stop()1177 bch2_writepoint_stop(c, ca, ec, &c->write_points[i]); in bch2_open_buckets_stop()1257 if (c->write_points_nr == ARRAY_SIZE(c->write_points) || in try_increase_writepoints()1261 wp = c->write_points + c->write_points_nr++; in try_increase_writepoints()1285 wp = c->write_points + --c->write_points_nr; in try_decrease_writepoints()1324 for (wp = c->write_points; in writepoint_find()1325 wp < c->write_points + c->write_points_nr; wp++) in writepoint_find()1331 if (oldest >= c->write_points + c->write_points_nr || in writepoint_find()1567 c->write_points_nr = ARRAY_SIZE(c->write_points); in bch2_fs_allocator_foreground_init()1585 for (wp = c->write_points; in bch2_fs_allocator_foreground_init()[all …]
924 struct write_point write_points[WRITE_POINT_MAX]; member
179 read_attribute(write_points);