Lines Matching defs:journal
149 * @handle: active journal transaction handle to register callback on
152 * @jce: returned journal callback data
153 * @rc: journal state at commit (0 = transaction committed properly)
154 * @jce: journal callback data (internal and function private data struct)
156 * The registered function will be called in the context of the journal thread
194 * @handle: active journal transaction handle on which callback was registered
195 * @jce: registered journal callback entry to unregister
269 * a properly allocated handle is using a journal or not. */
410 static inline int ext4_journal_force_commit(journal_t *journal)
412 if (journal)
413 return jbd2_journal_force_commit(journal);
452 * Ext4 inode journal modes
454 #define EXT4_INODE_JOURNAL_DATA_MODE 0x01 /* journal data mode */