Searched refs:btree_root (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_cache.h | 124 static inline struct btree_root *bch2_btree_id_root(struct bch_fs *c, unsigned id) in bch2_btree_id_root() 141 struct btree_root *r = bch2_btree_id_root(c, b->c.btree_id); in btree_node_root()
|
| H A D | recovery.c | 477 ret = darray_push(&c->btree_roots_extra, (struct btree_root) { NULL }); in journal_replay_entry_early() 482 struct btree_root *r = bch2_btree_id_root(c, entry->btree_id); in journal_replay_entry_early() 570 struct btree_root *r = bch2_btree_id_root(c, i); in read_btree_roots() 595 struct btree_root *r = bch2_btree_id_root(c, i); in read_btree_roots()
|
| H A D | bkey_types.h | 223 x(btree_root) \
|
| H A D | bcachefs.h | 822 struct btree_root btree_roots_known[BTREE_ID_NR]; 823 DARRAY(struct btree_root) btree_roots_extra;
|
| H A D | btree_cache.c | 44 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_recalc_btree_reserve() 597 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_fs_btree_cache_exit() 1414 struct btree_root *r = bch2_btree_id_root(c, btree); in __bch2_btree_pos_to_text()
|
| H A D | btree_types.h | 868 struct btree_root { struct
|
| H A D | bcachefs_format.h | 1140 x(btree_root, 1) \
|
| H A D | btree_gc.c | 541 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_check_topology()
|
| H A D | btree_update_interior.c | 2696 struct btree_root *r = bch2_btree_id_root(c, entry->btree_id); in bch2_journal_entry_to_btree_root() 2717 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_btree_roots_to_journal_entries()
|
| H A D | btree_iter.c | 724 struct btree_root *r = bch2_btree_id_root(c, path->btree_id); in btree_path_lock_root()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | bcache_ondisk.h | 356 BKEY_PADDED(btree_root);
|
| H A D | journal.c | 779 bkey_copy(&w->data->btree_root, &c->root->key);
|
| H A D | super.c | 2004 k = &j->btree_root; in run_cache_set()
|