Lines Matching defs:handle
84 static int start_this_handle(journal_t *journal, handle_t *handle) in start_this_handle()
245 handle_t *handle = jbd_alloc_handle(GFP_NOFS); in new_handle() local
273 handle_t *handle = journal_current_handle(); in journal_start() local
320 int journal_extend(handle_t *handle, int nblocks) in journal_extend()
386 int journal_restart(handle_t *handle, int nblocks) in journal_restart()
519 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
751 int journal_get_write_access(handle_t *handle, struct buffer_head *bh) in journal_get_write_access()
784 int journal_get_create_access(handle_t *handle, struct buffer_head *bh) in journal_get_create_access()
880 int journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in journal_get_undo_access()
947 int journal_dirty_data(handle_t *handle, struct buffer_head *bh) in journal_dirty_data()
1137 int journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) in journal_dirty_metadata()
1213 journal_release_buffer(handle_t *handle, struct buffer_head *bh) in journal_release_buffer()
1235 int journal_forget (handle_t *handle, struct buffer_head *bh) in journal_forget()
1362 int journal_stop(handle_t *handle) in journal_stop()
1495 handle_t *handle; in journal_force_commit() local