Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Djournal.c228 static void __journal_entry_close(struct journal *j, unsigned closed_val, bool trace) in __journal_entry_close() argument
235 BUG_ON(closed_val != JOURNAL_ENTRY_CLOSED_VAL && in __journal_entry_close()
236 closed_val != JOURNAL_ENTRY_ERROR_VAL); in __journal_entry_close()
243 new.cur_entry_offset = closed_val; in __journal_entry_close()