Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Djournal_types.h123 #define JOURNAL_ENTRY_BLOCKED_VAL (JOURNAL_ENTRY_OFFSET_MAX - 2) macro
H A Djournal.c264 if (old.cur_entry_offset == JOURNAL_ENTRY_BLOCKED_VAL) in __journal_entry_close()
1008 j->reservations.cur_entry_offset == JOURNAL_ENTRY_BLOCKED_VAL) { in bch2_journal_unblock()
1035 new.cur_entry_offset = JOURNAL_ENTRY_BLOCKED_VAL; in __bch2_journal_block()
1038 if (old.cur_entry_offset < JOURNAL_ENTRY_BLOCKED_VAL) in __bch2_journal_block()
1690 case JOURNAL_ENTRY_BLOCKED_VAL: in __bch2_journal_debug_to_text()
H A Djournal.h303 } else if (unlikely(s.cur_entry_offset == JOURNAL_ENTRY_BLOCKED_VAL)) in bch2_journal_buf_put()