Lines Matching defs:handle
167 #define ext4_journal_get_write_access(handle, sb, bh, trigger_type) \ argument
170 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument
173 #define ext4_journal_get_create_access(handle, sb, bh, trigger_type) \ argument
176 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
189 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
196 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
202 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
246 #define ext4_journal_stop(handle) \ argument
249 #define ext4_journal_start_reserved(handle, type) \ argument
260 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend()
267 static inline int ext4_journal_restart(handle_t *handle, int nblocks, in ext4_journal_restart()
289 #define ext4_journal_ensure_credits_fn(handle, check_cred, extend_cred, \ argument
315 static inline int ext4_journal_ensure_credits(handle_t *handle, int credits, in ext4_journal_ensure_credits()
336 static inline int ext4_jbd2_inode_add_write(handle_t *handle, in ext4_jbd2_inode_add_write()
345 static inline int ext4_jbd2_inode_add_wait(handle_t *handle, in ext4_jbd2_inode_add_wait()
354 static inline void ext4_update_inode_fsync_trans(handle_t *handle, in ext4_update_inode_fsync_trans()