Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbackpointers.c82 void bch2_backpointer_to_text(struct printbuf *out, const struct bch_backpointer *bp) in bch2_backpointer_to_text() function
107 bch2_backpointer_to_text(out, bkey_s_c_to_backpointer(k).v); in bch2_backpointer_k_to_text()
130 bch2_backpointer_to_text(&buf, &bp); in backpointer_mod_err()
147 bch2_backpointer_to_text(&buf, &bp); in backpointer_mod_err()
298 bch2_backpointer_to_text(&buf, &bp); in backpointer_not_found()
Dbackpointers.h22 void bch2_backpointer_to_text(struct printbuf *, const struct bch_backpointer *);
Dec.c1310 bch2_backpointer_to_text(&buf, &bp); in ec_stripe_update_extent()