Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Djournal.c238 static void __journal_entry_close(struct journal *j, unsigned closed_val, bool trace) in __journal_entry_close() argument
245 BUG_ON(closed_val != JOURNAL_ENTRY_CLOSED_VAL && in __journal_entry_close()
246 closed_val != JOURNAL_ENTRY_ERROR_VAL); in __journal_entry_close()
253 new.cur_entry_offset = closed_val; in __journal_entry_close()