Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dalloc_foreground.c121 c->open_buckets_nr_free++; in __bch2_open_bucket_put()
144 BUG_ON(!c->open_buckets_freelist || !c->open_buckets_nr_free); in bch2_open_bucket_alloc()
151 c->open_buckets_nr_free--; in bch2_open_bucket_alloc()
225 if (unlikely(c->open_buckets_nr_free <= bch2_open_buckets_reserved(watermark))) { in __try_alloc_bucket()
1532 c->open_buckets_nr_free++; in bch2_fs_allocator_foreground_init()
1683 prt_printf(out, "open buckets allocated\t%i\n", OPEN_BUCKETS_COUNT - c->open_buckets_nr_free); in bch2_fs_alloc_debug_to_text()
H A Dbcachefs.h926 open_bucket_idx_t open_buckets_nr_free; member
H A Ddata_update.c696 unlikely(c->open_buckets_nr_free <= bch2_open_buckets_reserved(m->op.watermark))) in can_write_extent()