Home
last modified time | relevance | path

Searched refs:btree_root (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbtree_cache.h124 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 Drecovery.c477 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 Dbkey_types.h223 x(btree_root) \
H A Dbcachefs.h822 struct btree_root btree_roots_known[BTREE_ID_NR];
823 DARRAY(struct btree_root) btree_roots_extra;
H A Dbtree_cache.c44 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 Dbtree_types.h868 struct btree_root { struct
H A Dbcachefs_format.h1140 x(btree_root, 1) \
H A Dbtree_gc.c541 struct btree_root *r = bch2_btree_id_root(c, i); in bch2_check_topology()
H A Dbtree_update_interior.c2696 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 Dbtree_iter.c724 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 Dbcache_ondisk.h356 BKEY_PADDED(btree_root);
H A Djournal.c779 bkey_copy(&w->data->btree_root, &c->root->key);
H A Dsuper.c2004 k = &j->btree_root; in run_cache_set()