Searched refs:bch2_extent_ptr_to_text (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | extents.h | 695 void bch2_extent_ptr_to_text(struct printbuf *out, struct bch_fs *, const struct bch_extent_ptr *);
|
H A D | btree_node_scan.c | 39 bch2_extent_ptr_to_text(out, c, n->ptrs + i); in found_btree_node_to_text()
|
H A D | extents.c | 1080 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 D | ec.c | 171 bch2_extent_ptr_to_text(out, c, ptr); in bch2_stripe_to_text()
|