Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Djournal_types.h116 #define JOURNAL_ENTRY_ERROR_VAL (JOURNAL_ENTRY_OFFSET_MAX) macro
Djournal.c236 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()
438 BUG_ON(old.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL); in journal_entry_open()
1471 case JOURNAL_ENTRY_ERROR_VAL: in __bch2_journal_debug_to_text()
Djournal.h413 return j->reservations.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL in bch2_journal_error()