Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Djournal.h432 bool bch2_journal_seq_pins_to_text(struct printbuf *, struct journal *, u64 *);
Djournal.c1534 bool bch2_journal_seq_pins_to_text(struct printbuf *out, struct journal *j, u64 *seq) in bch2_journal_seq_pins_to_text() function
1581 while (!bch2_journal_seq_pins_to_text(out, j, &seq)) in bch2_journal_pins_to_text()
Ddebug.c661 done = bch2_journal_seq_pins_to_text(&i->buf, &c->journal, &i->iter); in bch2_journal_pins_read()