Home
last modified time | relevance | path

Searched refs:journal_last_seq (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Djournal_reclaim.c201 ja->bucket_seq[ja->dirty_idx] < journal_last_seq(j)) in bch2_journal_space_available()
446 if (seq < journal_last_seq(j)) { in bch2_journal_pin_copy()
468 if (seq == journal_last_seq(j)) in bch2_journal_pin_copy()
479 BUG_ON(seq < journal_last_seq(j)); in bch2_journal_pin_set()
491 if (seq == journal_last_seq(j)) in bch2_journal_pin_set()
902 journal_last_seq(j) > seq_to_flush || in journal_flush_done()
966 seq = max(seq, journal_last_seq(j)); in bch2_journal_flush_device_pins()
H A Djournal.h126 static inline u64 journal_last_seq(struct journal *j) in journal_last_seq() function
H A Dbtree_key_cache.c455 if (ck->journal.seq == journal_last_seq(j)) in btree_key_cache_flush_pos()
458 if (ck->journal.seq != journal_last_seq(j) || in btree_key_cache_flush_pos()
H A Djournal.c323 buf->last_seq = journal_last_seq(j); in __journal_entry_close()
1662 prt_printf(out, "last_seq:\t%llu\n", journal_last_seq(j)); in __bch2_journal_debug_to_text()