Home
last modified time | relevance | path

Searched refs:jbd2_check_fs_dev_write_error (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/jbd2/
H A Drecovery.c335 err2 = jbd2_check_fs_dev_write_error(journal); in jbd2_journal_recover()
H A Djournal.c1863 if (jbd2_check_fs_dev_write_error(journal)) { in jbd2_journal_update_sb_log_tail()
2162 jbd2_check_fs_dev_write_error(journal)) in jbd2_journal_destroy()
H A Dtransaction.c1222 if (jbd2_check_fs_dev_write_error(journal)) { in jbd2_journal_get_write_access()
/linux-6.15/include/linux/
H A Djbd2.h1701 static inline int jbd2_check_fs_dev_write_error(journal_t *journal) in jbd2_check_fs_dev_write_error() function