Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Djournal_types.h262 u64 replay_journal_seq; member
H A Drecovery.c129 BUG_ON(seq < j->replay_journal_seq); in replay_now_at()
133 while (j->replay_journal_seq < seq) in replay_now_at()
134 bch2_journal_pin_put(j, j->replay_journal_seq++); in replay_now_at()
298 j->replay_journal_seq = 0; in bch2_journal_replay()
H A Djournal.c1222 j->replay_journal_seq = last_seq; in bch2_fs_journal_start()