Lines Matching refs:handle_t

178 static inline void ext4_journal_callback_add(handle_t *handle,  in ext4_journal_callback_add()
200 static inline bool ext4_journal_callback_try_del(handle_t *handle, in ext4_journal_callback_try_del()
215 ext4_mark_iloc_dirty(handle_t *handle,
224 int ext4_reserve_inode_write(handle_t *handle, struct inode *inode,
227 int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode);
233 handle_t *handle, struct buffer_head *bh);
235 int __ext4_forget(const char *where, unsigned int line, handle_t *handle,
240 handle_t *handle, struct buffer_head *bh);
243 handle_t *handle, struct inode *inode,
247 handle_t *handle, struct super_block *sb);
262 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line,
264 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle);
270 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
277 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
283 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
290 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) in ext4_handle_has_enough_credits()
306 static inline handle_t *__ext4_journal_start(struct inode *inode, in __ext4_journal_start()
320 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line,
323 static inline void ext4_journal_free_reserved(handle_t *handle) in ext4_journal_free_reserved()
329 static inline handle_t *ext4_journal_current_handle(void) in ext4_journal_current_handle()
334 static inline int ext4_journal_extend(handle_t *handle, int nblocks) in ext4_journal_extend()
341 static inline int ext4_journal_restart(handle_t *handle, int nblocks) in ext4_journal_restart()
362 static inline int ext4_jbd2_file_inode(handle_t *handle, struct inode *inode) in ext4_jbd2_file_inode()
369 static inline void ext4_update_inode_fsync_trans(handle_t *handle, in ext4_update_inode_fsync_trans()