Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dalloc_background.c2501 unsigned bucket_size_max = 0; in bch2_recalc_capacity() local
2548 bucket_size_max = max_t(unsigned, bucket_size_max, in bch2_recalc_capacity()
2563 c->bucket_size_max = bucket_size_max; in bch2_recalc_capacity()
H A Dbcachefs.h900 unsigned bucket_size_max; member
H A Dalloc_foreground.c1182 u64 stranded = c->write_points_nr * c->bucket_size_max; in too_many_writepoints()