Home
last modified time | relevance | path

Searched refs:bch2_extent_ptr_to_text (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dextents.h695 void bch2_extent_ptr_to_text(struct printbuf *out, struct bch_fs *, const struct bch_extent_ptr *);
H A Dbtree_node_scan.c39 bch2_extent_ptr_to_text(out, c, n->ptrs + i); in found_btree_node_to_text()
H A Dextents.c1080 void bch2_extent_ptr_to_text(struct printbuf *out, struct bch_fs *c, const struct bch_extent_ptr *p… in bch2_extent_ptr_to_text() function
1139 bch2_extent_ptr_to_text(out, c, entry_to_ptr(entry)); in bch2_bkey_ptrs_to_text()
H A Dec.c171 bch2_extent_ptr_to_text(out, c, ptr); in bch2_stripe_to_text()