Searched refs:RESERVE_BTREE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/md/bcache/ |
| D | bcache.h | 400 RESERVE_BTREE, enumerator
|
| D | btree.c | 1095 if (__bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, wait)) in __bch_btree_node_alloc() 1176 if (fifo_used(&ca->free[RESERVE_BTREE]) < reserve) { in btree_check_reserve() 2097 fifo_full(&ca->free[RESERVE_BTREE])) in bch_initial_gc_finish() 2105 fifo_push(&ca->free[RESERVE_BTREE], in bch_initial_gc_finish()
|
| D | super.c | 480 if (bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, true)) in __uuid_write() 2229 if (!init_fifo(&ca->free[RESERVE_BTREE], btree_buckets, in cache_alloc() 2303 free_fifo(&ca->free[RESERVE_BTREE]); in cache_alloc()
|