Searched refs:bch2_journal_flush_seq_async (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | journal.h | 401 int bch2_journal_flush_seq_async(struct journal *, u64, struct closure *);
|
D | journal.c | 672 int bch2_journal_flush_seq_async(struct journal *j, u64 seq, in bch2_journal_flush_seq_async() function 773 (ret2 = bch2_journal_flush_seq_async(j, seq, NULL)), in bch2_journal_flush_seq() 788 bch2_journal_flush_seq_async(j, atomic64_read(&j->seq), parent); in bch2_journal_flush_async()
|
D | fs-io-direct.c | 356 bch2_journal_flush_seq_async(&c->journal, inode.bi_journal_seq, in bch2_dio_write_flush()
|