Lines Matching defs:handle
146 #define ext4_journal_get_write_access(handle, bh) \ argument
148 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument
151 #define ext4_journal_get_create_access(handle, bh) \ argument
153 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
156 #define ext4_handle_dirty_super(handle, sb) \ argument
166 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
173 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
179 static inline void ext4_handle_release_buffer(handle_t *handle, in ext4_handle_release_buffer()
186 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
193 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) in ext4_handle_has_enough_credits()
205 #define ext4_journal_stop(handle) \ argument
213 static inline int ext4_journal_extend(handle_t *handle, int nblocks) in ext4_journal_extend()
220 static inline int ext4_journal_restart(handle_t *handle, int nblocks) in ext4_journal_restart()
241 static inline int ext4_jbd2_file_inode(handle_t *handle, struct inode *inode) in ext4_jbd2_file_inode()
248 static inline void ext4_update_inode_fsync_trans(handle_t *handle, in ext4_update_inode_fsync_trans()