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