Searched refs:open_buckets_nr_free (Results 1 – 2 of 2) sorted by relevance
121 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()242 if (unlikely(c->open_buckets_nr_free <= open_buckets_reserved(watermark))) { in __try_alloc_bucket()1491 c->open_buckets_nr_free++; in bch2_fs_allocator_foreground_init()1642 prt_printf(out, "open buckets allocated\t%i\n", OPEN_BUCKETS_COUNT - c->open_buckets_nr_free); in bch2_fs_alloc_debug_to_text()
912 open_bucket_idx_t open_buckets_nr_free; member