Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Djournal_types.h125 #define JOURNAL_ENTRY_ERROR_VAL (JOURNAL_ENTRY_OFFSET_MAX) macro
H A Djournal.c246 closed_val != JOURNAL_ENTRY_ERROR_VAL); in __journal_entry_close()
255 if (old.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL || in __journal_entry_close()
337 __journal_entry_close(j, JOURNAL_ENTRY_ERROR_VAL, true); in bch2_journal_halt()
348 __journal_entry_close(j, JOURNAL_ENTRY_ERROR_VAL, true); in bch2_journal_halt_locked()
497 BUG_ON(old.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL); in journal_entry_open()
1684 case JOURNAL_ENTRY_ERROR_VAL: in __bch2_journal_debug_to_text()
H A Djournal.h434 return j->reservations.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL in bch2_journal_error()