Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Djournal.c37 return state.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL; in __journal_entry_is_open()
235 BUG_ON(closed_val != JOURNAL_ENTRY_CLOSED_VAL && in __journal_entry_close()
321 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in journal_entry_want_write()
390 u64s = clamp_t(int, u64s, 0, JOURNAL_ENTRY_CLOSED_VAL - 1); in journal_entry_open()
487 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in journal_write_work()
543 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, false); in __journal_res_get()
644 if (state.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL && in bch2_journal_entry_res_resize()
650 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in bch2_journal_entry_res_resize()
707 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in bch2_journal_flush_seq_async()
897 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in __bch2_next_write_buffer_flush_journal_buf()
[all …]
Djournal_types.h115 #define JOURNAL_ENTRY_CLOSED_VAL (JOURNAL_ENTRY_OFFSET_MAX - 1) macro
Djournal_io.c1666 new.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL) { in CLOSURE_CALLBACK()