Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Drecovery.c335 err2 = jbd2_check_fs_dev_write_error(journal); in jbd2_journal_recover()
H A Djournal.c1861 ret = jbd2_check_fs_dev_write_error(journal); in jbd2_journal_update_sb_log_tail()
2161 int ret = jbd2_check_fs_dev_write_error(journal); in jbd2_journal_destroy()
H A Dtransaction.c1222 rc = jbd2_check_fs_dev_write_error(journal); in jbd2_journal_get_write_access()
/linux/include/linux/
H A Djbd2.h1707 static inline int jbd2_check_fs_dev_write_error(journal_t *journal) in jbd2_check_fs_dev_write_error() function