RESERVE_BTREE    1138 drivers/md/bcache/btree.c 	if (__bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, 1, wait))
RESERVE_BTREE    1221 drivers/md/bcache/btree.c 		if (fifo_used(&ca->free[RESERVE_BTREE]) < reserve) {
RESERVE_BTREE    1984 drivers/md/bcache/btree.c 			    fifo_full(&ca->free[RESERVE_BTREE]))
RESERVE_BTREE    1992 drivers/md/bcache/btree.c 					fifo_push(&ca->free[RESERVE_BTREE],
RESERVE_BTREE     430 drivers/md/bcache/super.c 	if (bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, 1, true))
RESERVE_BTREE    2179 drivers/md/bcache/super.c 	if (!init_fifo(&ca->free[RESERVE_BTREE], btree_buckets,
RESERVE_BTREE    2253 drivers/md/bcache/super.c 	free_fifo(&ca->free[RESERVE_BTREE]);