Home
last modified time | relevance | path

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

/fs/reiserfs/
Djournal.c1106 if (likely(!retval && !reiserfs_is_journal_aborted (journal))) { in flush_commit_list()
1243 if (reiserfs_is_journal_aborted(journal)) in _update_journal_header_block()
1394 && !reiserfs_is_journal_aborted(journal)) in flush_journal_list()
1933 if (!error && reiserfs_is_journal_aborted(journal)) { in do_journal_release()
3054 if (join != JBEGIN_ABORT && reiserfs_is_journal_aborted(journal)) { in do_journal_begin_r()
Dprints.c427 if (reiserfs_is_journal_aborted(SB_JOURNAL(sb))) in reiserfs_abort()
Dsuper.c1548 if (reiserfs_is_journal_aborted(journal)) { in reiserfs_remount()
Dreiserfs.h757 #define reiserfs_is_journal_aborted(journal) (unlikely (__reiserfs_is_journal_aborted (journal))) macro