Searched refs:RESERVE_BTREE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | bcache.h | 396 RESERVE_BTREE, enumerator
|
D | btree.c | 1089 if (__bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, 1, wait)) in __bch_btree_node_alloc() 1172 if (fifo_used(&ca->free[RESERVE_BTREE]) < reserve) { in btree_check_reserve() 1935 fifo_full(&ca->free[RESERVE_BTREE])) in bch_initial_gc_finish() 1943 fifo_push(&ca->free[RESERVE_BTREE], in bch_initial_gc_finish()
|
D | super.c | 425 if (bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, 1, true)) in __uuid_write() 2070 if (!init_fifo(&ca->free[RESERVE_BTREE], btree_buckets, GFP_KERNEL) || in cache_alloc()
|