Searched refs:__journal_entry_close (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | journal.c | 228 static void __journal_entry_close(struct journal *j, unsigned closed_val, bool trace) in __journal_entry_close() function 307 __journal_entry_close(j, JOURNAL_ENTRY_ERROR_VAL, true); in bch2_journal_halt() 321 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in journal_entry_want_write() 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() 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()
|