Home
last modified time | relevance | path

Searched refs:cur_entry_error (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Djournal_types.h195 enum journal_errors cur_entry_error; member
Djournal.c364 if (j->cur_entry_error) in journal_entry_open()
365 return j->cur_entry_error; in journal_entry_open()
1467 prt_printf(out, "current entry error:\t%s\n", bch2_journal_errors[j->cur_entry_error]); in __bch2_journal_debug_to_text()
Djournal_reclaim.c247 j->cur_entry_error = ret; in bch2_journal_space_available()