Lines Matching defs:handle
180 static inline void ext4_journal_callback_add(handle_t *handle, in ext4_journal_callback_add()
202 static inline bool ext4_journal_callback_try_del(handle_t *handle, in ext4_journal_callback_try_del()
251 #define ext4_journal_get_write_access(handle, bh) \ argument
253 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument
256 #define ext4_journal_get_create_access(handle, bh) \ argument
258 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
261 #define ext4_handle_dirty_super(handle, sb) \ argument
272 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
279 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
285 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
292 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) in ext4_handle_has_enough_credits()
316 #define ext4_journal_stop(handle) \ argument
319 #define ext4_journal_start_reserved(handle, type) \ argument
325 static inline void ext4_journal_free_reserved(handle_t *handle) in ext4_journal_free_reserved()
336 static inline int ext4_journal_extend(handle_t *handle, int nblocks) in ext4_journal_extend()
343 static inline int ext4_journal_restart(handle_t *handle, int nblocks) in ext4_journal_restart()
364 static inline int ext4_jbd2_file_inode(handle_t *handle, struct inode *inode) in ext4_jbd2_file_inode()
371 static inline void ext4_update_inode_fsync_trans(handle_t *handle, in ext4_update_inode_fsync_trans()