Lines Matching defs:journal
146 * @handle: active journal transaction handle to register callback on
149 * @jce: returned journal callback data
150 * @rc: journal state at commit (0 = transaction committed properly)
151 * @jce: journal callback data (internal and function private data struct)
153 * The registered function will be called in the context of the journal thread
191 * @handle: active journal transaction handle on which callback was registered
192 * @jce: registered journal callback entry to unregister
272 * a properly allocated handle is using a journal or not. */
413 static inline int ext4_journal_force_commit(journal_t *journal)
415 if (journal)
416 return jbd2_journal_force_commit(journal);
455 * Ext4 inode journal modes
457 #define EXT4_INODE_JOURNAL_DATA_MODE 0x01 /* journal data mode */