Searched refs:btree_root (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/bcachefs/ |
| 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()
|
| A D | recovery.c | 406 struct btree_root *r; in journal_replay_entry_early() 415 ret = darray_push(&c->btree_roots_extra, (struct btree_root) { NULL }); in journal_replay_entry_early() 511 struct btree_root *r = bch2_btree_id_root(c, i); in read_btree_roots() 547 struct btree_root *r = bch2_btree_id_root(c, i); in read_btree_roots()
|
| A D | bcachefs.h | 810 struct btree_root btree_roots_known[BTREE_ID_NR]; 811 DARRAY(struct btree_root) btree_roots_extra;
|
| A D | btree_types.h | 839 struct btree_root { struct
|
| A D | btree_cache.c | 41 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_recalc_btree_reserve() 595 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_fs_btree_cache_exit()
|
| A D | bcachefs_format.h | 1113 x(btree_root, 1) \
|
| A D | btree_update_interior.c | 2621 struct btree_root *r = bch2_btree_id_root(c, entry->btree_id); in bch2_journal_entry_to_btree_root() 2642 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_btree_roots_to_journal_entries()
|
| A D | btree_gc.c | 519 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_check_topology()
|
| /linux/drivers/md/bcache/ |
| A D | bcache_ondisk.h | 356 BKEY_PADDED(btree_root);
|
| A D | journal.c | 779 bkey_copy(&w->data->btree_root, &c->root->key);
|
| A D | super.c | 2004 k = &j->btree_root; in run_cache_set()
|
Completed in 934 milliseconds