Home
last modified time | relevance | path

Searched refs:write_points (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dalloc_foreground.c1092 for (i = 0; i < ARRAY_SIZE(c->write_points); i++) in bch2_open_buckets_stop()
1093 bch2_writepoint_stop(c, ca, ec, &c->write_points[i]); in bch2_open_buckets_stop()
1173 if (c->write_points_nr == ARRAY_SIZE(c->write_points) || in try_increase_writepoints()
1177 wp = c->write_points + c->write_points_nr++; in try_increase_writepoints()
1201 wp = c->write_points + --c->write_points_nr; in try_decrease_writepoints()
1240 for (wp = c->write_points; in writepoint_find()
1241 wp < c->write_points + c->write_points_nr; wp++) in writepoint_find()
1247 if (oldest >= c->write_points + c->write_points_nr || in writepoint_find()
1483 c->write_points_nr = ARRAY_SIZE(c->write_points); in bch2_fs_allocator_foreground_init()
1501 for (wp = c->write_points; in bch2_fs_allocator_foreground_init()
[all …]
H A Dbcachefs.h923 struct write_point write_points[WRITE_POINT_MAX]; member
H A Dsysfs.c179 read_attribute(write_points);