Home
last modified time | relevance | path

Searched refs:bch2_btree_node_to_text (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dbtree_cache.h153 void bch2_btree_node_to_text(struct printbuf *, struct bch_fs *, const struct btree *);
H A Ddebug.c415 bch2_btree_node_to_text(&i->buf, i->c, b); in bch2_read_btree_formats()
451 bch2_btree_node_to_text(&i->buf, i->c, l->b); in bch2_read_bfloat_failed()
H A Dbtree_cache.c1429 void bch2_btree_node_to_text(struct printbuf *out, struct bch_fs *c, const struct btree *b) in bch2_btree_node_to_text() function