Lines Matching defs:handle
83 static int start_this_handle(journal_t *journal, handle_t *handle) in start_this_handle()
242 handle_t *handle = jbd_alloc_handle(GFP_NOFS); in new_handle() local
270 handle_t *handle = journal_current_handle(); in journal_start() local
322 int journal_extend(handle_t *handle, int nblocks) in journal_extend()
388 int journal_restart(handle_t *handle, int nblocks) in journal_restart()
533 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
764 int journal_get_write_access(handle_t *handle, struct buffer_head *bh) in journal_get_write_access()
797 int journal_get_create_access(handle_t *handle, struct buffer_head *bh) in journal_get_create_access()
885 int journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in journal_get_undo_access()
952 int journal_dirty_data(handle_t *handle, struct buffer_head *bh) in journal_dirty_data()
1143 int journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) in journal_dirty_metadata()
1219 journal_release_buffer(handle_t *handle, struct buffer_head *bh) in journal_release_buffer()
1241 int journal_forget (handle_t *handle, struct buffer_head *bh) in journal_forget()
1370 int journal_stop(handle_t *handle) in journal_stop()
1503 handle_t *handle; in journal_force_commit() local