Lines Matching refs:handle_t

325 static int start_this_handle(journal_t *journal, handle_t *handle,  in start_this_handle()
457 static handle_t *new_handle(int nblocks) in new_handle()
459 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle()
468 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, in jbd2__journal_start()
472 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
490 handle_t *rsv_handle; in jbd2__journal_start()
540 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start()
546 static void __jbd2_journal_unreserve_handle(handle_t *handle, transaction_t *t) in __jbd2_journal_unreserve_handle()
556 void jbd2_journal_free_reserved(handle_t *handle) in jbd2_journal_free_reserved()
582 int jbd2_journal_start_reserved(handle_t *handle, unsigned int type, in jbd2_journal_start_reserved()
643 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend()
702 static void stop_this_handle(handle_t *handle) in stop_this_handle()
764 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart()
811 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
939 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
1132 static bool jbd2_write_access_granted(handle_t *handle, struct buffer_head *bh, in jbd2_write_access_granted()
1196 int jbd2_journal_get_write_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_write_access()
1236 int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_create_access()
1335 int jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_undo_access()
1451 int jbd2_journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) in jbd2_journal_dirty_metadata()
1613 int jbd2_journal_forget(handle_t *handle, struct buffer_head *bh) in jbd2_journal_forget()
1781 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop()
2642 static int jbd2_journal_file_inode(handle_t *handle, struct jbd2_inode *jinode, in jbd2_journal_file_inode()
2697 int jbd2_journal_inode_ranged_write(handle_t *handle, in jbd2_journal_inode_ranged_write()
2705 int jbd2_journal_inode_ranged_wait(handle_t *handle, struct jbd2_inode *jinode, in jbd2_journal_inode_ranged_wait()