Lines Matching defs:handle
271 static int start_this_handle(journal_t *journal, handle_t *handle, in start_this_handle()
395 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle() local
430 handle_t *handle = journal_current_handle(); in jbd2__journal_start() local
481 void jbd2_journal_free_reserved(handle_t *handle) in jbd2_journal_free_reserved()
503 int jbd2_journal_start_reserved(handle_t *handle, unsigned int type, in jbd2_journal_start_reserved()
559 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend()
634 int jbd2__journal_restart(handle_t *handle, int nblocks, gfp_t gfp_mask) in jbd2__journal_restart()
683 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
811 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
1012 static bool jbd2_write_access_granted(handle_t *handle, struct buffer_head *bh, in jbd2_write_access_granted()
1075 int jbd2_journal_get_write_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_write_access()
1112 int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_create_access()
1210 int jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_undo_access()
1328 int jbd2_journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) in jbd2_journal_dirty_metadata()
1484 int jbd2_journal_forget (handle_t *handle, struct buffer_head *bh) in jbd2_journal_forget()
1617 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop()
2479 int jbd2_journal_file_inode(handle_t *handle, struct jbd2_inode *jinode) in jbd2_journal_file_inode()