Searched refs:bch2_journal_flush_seq_async (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | journal.h | 421 int bch2_journal_flush_seq_async(struct journal *, u64, struct closure *);
|
| H A D | journal.c | 805 int bch2_journal_flush_seq_async(struct journal *j, u64 seq, in bch2_journal_flush_seq_async() function 907 (ret2 = bch2_journal_flush_seq_async(j, seq, NULL)), in bch2_journal_flush_seq() 922 bch2_journal_flush_seq_async(j, atomic64_read(&j->seq), parent); in bch2_journal_flush_async()
|
| H A D | fs-io-direct.c | 369 bch2_journal_flush_seq_async(&c->journal, inode.bi_journal_seq, in bch2_dio_write_flush()
|