Home
last modified time | relevance | path

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

/linux-6.14.4/fs/bcachefs/
Djournal.h403 int bch2_journal_flush_seq_async(struct journal *, u64, struct closure *);
Djournal.c721 int bch2_journal_flush_seq_async(struct journal *j, u64 seq, in bch2_journal_flush_seq_async() function
823 (ret2 = bch2_journal_flush_seq_async(j, seq, NULL)), in bch2_journal_flush_seq()
838 bch2_journal_flush_seq_async(j, atomic64_read(&j->seq), parent); in bch2_journal_flush_async()
Dfs-io-direct.c361 bch2_journal_flush_seq_async(&c->journal, inode.bi_journal_seq, in bch2_dio_write_flush()