bch_bucket_alloc
b = bch_bucket_alloc(ca, reserve, wait);
long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait);
bucket = bch_bucket_alloc(ca, RESERVE_PRIO, wait);