Searched refs:JOURNAL_ENTRY_CLOSED_VAL (Results 1 – 3 of 3) sorted by relevance
| /fs/bcachefs/ |
| A D | journal.c | 31 return state.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL; in __journal_entry_is_open() 246 BUG_ON(closed_val != JOURNAL_ENTRY_CLOSED_VAL && in __journal_entry_close() 359 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in journal_entry_want_write() 447 u64s = clamp_t(int, u64s, 0, JOURNAL_ENTRY_CLOSED_VAL - 1); in journal_entry_open() 552 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in journal_write_work() 638 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, false); in __journal_res_get() 784 if (state.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL && in bch2_journal_entry_res_resize() 790 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in bch2_journal_entry_res_resize() 848 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in bch2_journal_flush_seq_async() 1691 { .cur_entry_offset = JOURNAL_ENTRY_CLOSED_VAL }).v); in bch2_fs_journal_init_early() [all …]
|
| A D | journal_types.h | 124 #define JOURNAL_ENTRY_CLOSED_VAL (JOURNAL_ENTRY_OFFSET_MAX - 1) macro
|
| A D | journal_io.c | 1799 j->reservations.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL) { in CLOSURE_CALLBACK()
|
Completed in 14 milliseconds