Lines Matching defs:journal
23 return EXT4_INODE_JOURNAL_DATA_MODE; /* journal data */
66 journal_t *journal;
77 journal = EXT4_SB(sb)->s_journal;
79 * Special case here: if the journal has aborted behind our
83 if (journal && is_journal_aborted(journal)) {
84 ext4_abort(sb, -journal->j_errno, "Detected aborted journal");
95 journal_t *journal;
109 journal = EXT4_SB(sb)->s_journal;
110 if (!journal || (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY))
112 return jbd2__journal_start(journal, blocks, rsv_blocks, revoke_creds,
262 * but there may still be a record of it in the journal, and that record
280 /* In the no journal case, we can just do a bforget and return */
305 * data!=journal && (is_metadata || should_journal_data(inode))
356 /* Errors can only happen due to aborted journal or a nasty bug */