Lines Matching defs:journal
23 return EXT4_INODE_JOURNAL_DATA_MODE; /* journal data */
66 journal_t *journal;
76 journal = EXT4_SB(sb)->s_journal;
78 * Special case here: if the journal has aborted behind our
82 if (journal && is_journal_aborted(journal)) {
83 ext4_abort(sb, -journal->j_errno, "Detected aborted journal");
93 journal_t *journal;
102 journal = EXT4_SB(sb)->s_journal;
103 if (!journal || (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY))
105 return jbd2__journal_start(journal, blocks, rsv_blocks, revoke_creds,
247 * but there may still be a record of it in the journal, and that record
269 /* In the no journal case, we can just do a bforget and return */
294 * data!=journal && (is_metadata || should_journal_data(inode))
335 /* Errors can only happen due to aborted journal or a nasty bug */