Searched refs:JOURNAL_ENTRY_CLOSED_VAL (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | journal.c | 30 return state.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL; in __journal_entry_is_open() 245 BUG_ON(closed_val != JOURNAL_ENTRY_CLOSED_VAL && in __journal_entry_close() 361 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in journal_entry_want_write() 449 u64s = clamp_t(int, u64s, 0, JOURNAL_ENTRY_CLOSED_VAL - 1); in journal_entry_open() 546 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in journal_write_work() 632 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, false); in __journal_res_get() 777 if (state.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL && in bch2_journal_entry_res_resize() 783 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in bch2_journal_entry_res_resize() 840 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in bch2_journal_flush_seq_async() 1611 { .cur_entry_offset = JOURNAL_ENTRY_CLOSED_VAL }).v); in bch2_fs_journal_init() [all …]
|
| H A D | journal_types.h | 124 #define JOURNAL_ENTRY_CLOSED_VAL (JOURNAL_ENTRY_OFFSET_MAX - 1) macro
|
| H A D | journal_io.c | 1725 j->reservations.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL) { in CLOSURE_CALLBACK()
|