Searched refs:__bch_bucket_alloc_set (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/md/bcache/ |
D | alloc.c | 462 int __bch_bucket_alloc_set(struct cache_set *c, unsigned reserve, in __bch_bucket_alloc_set() function 500 ret = __bch_bucket_alloc_set(c, reserve, k, n, wait); in bch_bucket_alloc_set()
|
D | bcache.h | 872 int __bch_bucket_alloc_set(struct cache_set *, unsigned,
|
D | btree.c | 1074 if (__bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, 1, wait)) in __bch_btree_node_alloc()
|