Searched refs:open_buckets_nr_free (Results 1 – 2 of 2) sorted by relevance
125 c->open_buckets_nr_free++; in __bch2_open_bucket_put()148 BUG_ON(!c->open_buckets_freelist || !c->open_buckets_nr_free); in bch2_open_bucket_alloc()155 c->open_buckets_nr_free--; in bch2_open_bucket_alloc()241 if (unlikely(c->open_buckets_nr_free <= open_buckets_reserved(watermark))) { in __try_alloc_bucket()1575 c->open_buckets_nr_free++; in bch2_fs_allocator_foreground_init()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()
913 open_bucket_idx_t open_buckets_nr_free; member