Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/bcache/
Dalloc.c487 int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in __bch_bucket_alloc_set() function
530 ret = __bch_bucket_alloc_set(c, reserve, k, n, wait); in bch_bucket_alloc_set()
Dbcache.h968 int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
Dbtree.c1136 if (__bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, 1, wait)) in __bch_btree_node_alloc()