Lines Matching refs:handle_t
168 static inline void _ext4_journal_callback_add(handle_t *handle, in _ext4_journal_callback_add()
175 static inline void ext4_journal_callback_add(handle_t *handle, in ext4_journal_callback_add()
198 static inline bool ext4_journal_callback_try_del(handle_t *handle, in ext4_journal_callback_try_del()
213 ext4_mark_iloc_dirty(handle_t *handle,
222 int ext4_reserve_inode_write(handle_t *handle, struct inode *inode,
227 int __ext4_mark_inode_dirty(handle_t *handle, struct inode *inode,
237 handle_t *handle, struct buffer_head *bh);
239 int __ext4_forget(const char *where, unsigned int line, handle_t *handle,
244 handle_t *handle, struct buffer_head *bh);
247 handle_t *handle, struct inode *inode,
251 handle_t *handle, struct super_block *sb);
266 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line,
269 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle);
275 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
282 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
288 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
323 static inline handle_t *__ext4_journal_start(struct inode *inode, in __ext4_journal_start()
338 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line,
341 static inline handle_t *ext4_journal_current_handle(void) in ext4_journal_current_handle()
346 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend()
353 static inline int ext4_journal_restart(handle_t *handle, int nblocks, in ext4_journal_restart()
361 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred,
401 static inline int ext4_journal_ensure_credits(handle_t *handle, int credits, in ext4_journal_ensure_credits()
422 static inline int ext4_jbd2_inode_add_write(handle_t *handle, in ext4_jbd2_inode_add_write()
431 static inline int ext4_jbd2_inode_add_wait(handle_t *handle, in ext4_jbd2_inode_add_wait()
440 static inline void ext4_update_inode_fsync_trans(handle_t *handle, in ext4_update_inode_fsync_trans()