Home
last modified time | relevance | path

Searched refs:OPEN_BUCKETS_COUNT (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dalloc_types.h45 #define OPEN_BUCKETS_COUNT 1024 macro
Dbcachefs.h915 struct open_bucket open_buckets[OPEN_BUCKETS_COUNT];
916 open_bucket_idx_t open_buckets_hash[OPEN_BUCKETS_COUNT];
918 open_bucket_idx_t open_buckets_partial[OPEN_BUCKETS_COUNT];
Dalloc_foreground.c198 return OPEN_BUCKETS_COUNT / 6; in open_buckets_reserved()
201 return OPEN_BUCKETS_COUNT / 4; in open_buckets_reserved()
203 return OPEN_BUCKETS_COUNT / 3; in open_buckets_reserved()
205 return OPEN_BUCKETS_COUNT / 2; in open_buckets_reserved()
1726 prt_printf(out, "open buckets allocated\t%i\n", OPEN_BUCKETS_COUNT - c->open_buckets_nr_free); in bch2_fs_alloc_debug_to_text()
1727 prt_printf(out, "open buckets total\t%u\n", OPEN_BUCKETS_COUNT); in bch2_fs_alloc_debug_to_text()
Dalloc_foreground.h125 (OPEN_BUCKETS_COUNT - 1)); in open_bucket_hashslot()