Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbtree.c581 static struct btree *mca_bucket_alloc(struct cache_set *c, in mca_bucket_alloc() function
799 if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL)) in bch_btree_cache_alloc()
820 c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL); in bch_btree_cache_alloc()
953 b = mca_bucket_alloc(c, k, __GFP_NOWARN|GFP_NOIO); in mca_alloc()