Searched refs:bch_btree_insert (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.h | 277 int bch_btree_insert(struct cache_set *c, struct keylist *keys,
|
H A D | writeback.c | 328 ret = bch_btree_insert(dc->disk.c, &keys, NULL, &w->key); in write_dirty_finish()
|
H A D | journal.c | 382 ret = bch_btree_insert(s, &keylist, i->pin, NULL); in bch_journal_replay()
|
H A D | request.c | 69 ret = bch_btree_insert(op->c, &op->insert_keys, in bch_data_insert_keys()
|
H A D | btree.c | 2456 int bch_btree_insert(struct cache_set *c, struct keylist *keys, in bch_btree_insert() function
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.h | 277 int bch_btree_insert(struct cache_set *c, struct keylist *keys,
|
H A D | writeback.c | 374 ret = bch_btree_insert(dc->disk.c, &keys, NULL, &w->key); in write_dirty_finish()
|
H A D | journal.c | 381 ret = bch_btree_insert(s, &keylist, i->pin, NULL); in bch_journal_replay()
|
H A D | request.c | 69 ret = bch_btree_insert(op->c, &op->insert_keys, in bch_data_insert_keys()
|
H A D | btree.c | 2477 int bch_btree_insert(struct cache_set *c, struct keylist *keys, in bch_btree_insert() function
|
Completed in 16 milliseconds