Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Djournal_types.h116 #define JOURNAL_ENTRY_ERROR_VAL (JOURNAL_ENTRY_OFFSET_MAX) macro
H A Djournal.c237 closed_val != JOURNAL_ENTRY_ERROR_VAL); in __journal_entry_close()
245 if (old.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL || in __journal_entry_close()
307 __journal_entry_close(j, JOURNAL_ENTRY_ERROR_VAL, true); in bch2_journal_halt()
439 BUG_ON(old.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL); in journal_entry_open()
1452 case JOURNAL_ENTRY_ERROR_VAL: in __bch2_journal_debug_to_text()
H A Djournal.h413 return j->reservations.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL in bch2_journal_error()