Searched refs:__journal_entry_close (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | journal.c | 238 static void __journal_entry_close(struct journal *j, unsigned closed_val, bool trace) in __journal_entry_close() function 337 __journal_entry_close(j, JOURNAL_ENTRY_ERROR_VAL, true); in bch2_journal_halt() 348 __journal_entry_close(j, JOURNAL_ENTRY_ERROR_VAL, true); in bch2_journal_halt_locked() 361 __journal_entry_close(j, JOURNAL_ENTRY_CLOSED_VAL, true); in journal_entry_want_write() 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() 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()
|