Searched refs:closed_val (Results 1 – 1 of 1) sorted by relevance
228 static void __journal_entry_close(struct journal *j, unsigned closed_val, bool trace) in __journal_entry_close() argument235 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()