handle_t           99 include/linux/jbd.h typedef struct handle_s		handle_t;	/* Atomic operation type */
handle_t          841 include/linux/jbd.h static inline handle_t *journal_current_handle(void)
handle_t          852 include/linux/jbd.h extern handle_t *journal_start(journal_t *, int nblocks);
handle_t          853 include/linux/jbd.h extern int	 journal_restart (handle_t *, int nblocks);
handle_t          854 include/linux/jbd.h extern int	 journal_extend (handle_t *, int nblocks);
handle_t          855 include/linux/jbd.h extern int	 journal_get_write_access(handle_t *, struct buffer_head *);
handle_t          856 include/linux/jbd.h extern int	 journal_get_create_access (handle_t *, struct buffer_head *);
handle_t          857 include/linux/jbd.h extern int	 journal_get_undo_access(handle_t *, struct buffer_head *);
handle_t          858 include/linux/jbd.h extern int	 journal_dirty_data (handle_t *, struct buffer_head *);
handle_t          859 include/linux/jbd.h extern int	 journal_dirty_metadata (handle_t *, struct buffer_head *);
handle_t          860 include/linux/jbd.h extern void	 journal_release_buffer (handle_t *, struct buffer_head *);
handle_t          861 include/linux/jbd.h extern int	 journal_forget (handle_t *, struct buffer_head *);
handle_t          866 include/linux/jbd.h extern int	 journal_stop(handle_t *);
handle_t          909 include/linux/jbd.h static inline handle_t *jbd_alloc_handle(gfp_t gfp_flags)
handle_t          914 include/linux/jbd.h static inline void jbd_free_handle(handle_t *handle)
handle_t          926 include/linux/jbd.h extern int	   journal_revoke (handle_t *,
handle_t          928 include/linux/jbd.h extern int	   journal_cancel_revoke(handle_t *, struct journal_head *);
handle_t          983 include/linux/jbd.h static inline int is_handle_aborted(handle_t *handle)
handle_t          990 include/linux/jbd.h static inline void journal_abort_handle(handle_t *handle)
handle_t           92 include/linux/jbd2.h typedef struct jbd2_journal_handle handle_t;	/* Atomic operation type */
handle_t          427 include/linux/jbd2.h 	handle_t		*h_rsv_handle;
handle_t         1104 include/linux/jbd2.h static inline handle_t *journal_current_handle(void)
handle_t         1115 include/linux/jbd2.h extern handle_t *jbd2_journal_start(journal_t *, int nblocks);
handle_t         1116 include/linux/jbd2.h extern handle_t *jbd2__journal_start(journal_t *, int blocks, int rsv_blocks,
handle_t         1119 include/linux/jbd2.h extern int	 jbd2_journal_restart(handle_t *, int nblocks);
handle_t         1120 include/linux/jbd2.h extern int	 jbd2__journal_restart(handle_t *, int nblocks, gfp_t gfp_mask);
handle_t         1121 include/linux/jbd2.h extern int	 jbd2_journal_start_reserved(handle_t *handle,
handle_t         1123 include/linux/jbd2.h extern void	 jbd2_journal_free_reserved(handle_t *handle);
handle_t         1124 include/linux/jbd2.h extern int	 jbd2_journal_extend (handle_t *, int nblocks);
handle_t         1125 include/linux/jbd2.h extern int	 jbd2_journal_get_write_access(handle_t *, struct buffer_head *);
handle_t         1126 include/linux/jbd2.h extern int	 jbd2_journal_get_create_access (handle_t *, struct buffer_head *);
handle_t         1127 include/linux/jbd2.h extern int	 jbd2_journal_get_undo_access(handle_t *, struct buffer_head *);
handle_t         1130 include/linux/jbd2.h extern int	 jbd2_journal_dirty_metadata (handle_t *, struct buffer_head *);
handle_t         1131 include/linux/jbd2.h extern int	 jbd2_journal_forget (handle_t *, struct buffer_head *);
handle_t         1136 include/linux/jbd2.h extern int	 jbd2_journal_stop(handle_t *);
handle_t         1170 include/linux/jbd2.h extern int	   jbd2_journal_file_inode(handle_t *handle, struct jbd2_inode *inode);
handle_t         1188 include/linux/jbd2.h static inline handle_t *jbd2_alloc_handle(gfp_t gfp_flags)
handle_t         1193 include/linux/jbd2.h static inline void jbd2_free_handle(handle_t *handle)
handle_t         1221 include/linux/jbd2.h extern int	   jbd2_journal_revoke (handle_t *, unsigned long long, struct buffer_head *);
handle_t         1222 include/linux/jbd2.h extern int	   jbd2_journal_cancel_revoke(handle_t *, struct journal_head *);
handle_t         1278 include/linux/jbd2.h static inline int is_handle_aborted(handle_t *handle)
handle_t         1285 include/linux/jbd2.h static inline void jbd2_journal_abort_handle(handle_t *handle)