Searched refs:btree_bounce_alloc (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_io.c | 116 static void *btree_bounce_alloc(struct bch_fs *c, size_t size, in btree_bounce_alloc() function 180 new_whiteouts = btree_bounce_alloc(c, bytes, &used_mempool); in bch2_sort_whiteouts() 324 out = btree_bounce_alloc(c, bytes, &used_mempool); in btree_node_sort() 1225 sorted = btree_bounce_alloc(c, btree_buf_bytes(b), &used_mempool); in bch2_btree_node_read_done() 1972 void *buf = btree_bounce_alloc(c, c->opts.btree_node_size, &used_mempool); in bch2_btree_node_scrub() 2341 data = btree_bounce_alloc(c, bytes, &used_mempool); in __bch2_btree_node_write()
|