Lines Matching defs:handle
85 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
274 handle_t *handle = journal_current_handle(); in journal_start() local
321 int journal_extend(handle_t *handle, int nblocks) in journal_extend()
387 int journal_restart(handle_t *handle, int nblocks) in journal_restart()
520 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
752 int journal_get_write_access(handle_t *handle, struct buffer_head *bh) in journal_get_write_access()
785 int journal_get_create_access(handle_t *handle, struct buffer_head *bh) in journal_get_create_access()
881 int journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in journal_get_undo_access()
948 int journal_dirty_data(handle_t *handle, struct buffer_head *bh) in journal_dirty_data()
1138 int journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) in journal_dirty_metadata()
1214 journal_release_buffer(handle_t *handle, struct buffer_head *bh) in journal_release_buffer()
1236 int journal_forget (handle_t *handle, struct buffer_head *bh) in journal_forget()
1363 int journal_stop(handle_t *handle) in journal_stop()
1498 handle_t *handle; in journal_force_commit() local