Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Djournal.h429 void __bch2_journal_debug_to_text(struct printbuf *, struct journal *);
Djournal.c1430 void __bch2_journal_debug_to_text(struct printbuf *out, struct journal *j) in __bch2_journal_debug_to_text() function
1530 __bch2_journal_debug_to_text(out, j); in bch2_journal_debug_to_text()
Djournal_io.c2033 __bch2_journal_debug_to_text(&buf, j); in CLOSURE_CALLBACK()