Lines Matching defs:handle
146 #define ext4_journal_get_undo_access(handle, bh) \ argument
148 #define ext4_journal_get_write_access(handle, bh) \ argument
150 #define ext4_journal_revoke(handle, blocknr, bh) \ argument
152 #define ext4_journal_get_create_access(handle, bh) \ argument
154 #define ext4_journal_forget(handle, bh) \ argument
156 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
164 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
171 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
177 static inline void ext4_handle_release_buffer(handle_t *handle, in ext4_handle_release_buffer()
184 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
191 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) in ext4_handle_has_enough_credits()
198 static inline void ext4_journal_release_buffer(handle_t *handle, in ext4_journal_release_buffer()
210 #define ext4_journal_stop(handle) \ argument
218 static inline int ext4_journal_extend(handle_t *handle, int nblocks) in ext4_journal_extend()
225 static inline int ext4_journal_restart(handle_t *handle, int nblocks) in ext4_journal_restart()
246 static inline int ext4_jbd2_file_inode(handle_t *handle, struct inode *inode) in ext4_jbd2_file_inode()