Searched refs:JOURNAL_ENTRY_CLOSED_VAL (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | journal.c | 37 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() 1399 { .cur_entry_offset = JOURNAL_ENTRY_CLOSED_VAL }).v); in bch2_fs_journal_init() [all …]
|
| A D | journal_types.h | 115 #define JOURNAL_ENTRY_CLOSED_VAL (JOURNAL_ENTRY_OFFSET_MAX - 1) macro
|
| A D | journal_io.c | 1666 new.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL) { in CLOSURE_CALLBACK()
|
Completed in 12 milliseconds