Lines Matching refs:handle
51 static int __ocfs2_move_extent(handle_t *handle, in __ocfs2_move_extent() argument
65 ret = ocfs2_duplicate_clusters_by_page(handle, inode, cpos, in __ocfs2_move_extent()
110 ret = ocfs2_split_extent(handle, &context->et, path, index, in __ocfs2_move_extent()
125 ret = ocfs2_decrease_refcount(inode, handle, in __ocfs2_move_extent()
131 ret = ocfs2_truncate_log_append(osb, handle, in __ocfs2_move_extent()
135 ocfs2_update_inode_fsync_trans(handle, inode, 0); in __ocfs2_move_extent()
201 handle_t *handle; in ocfs2_defrag_extent() local
274 handle = ocfs2_start_trans(osb, credits); in ocfs2_defrag_extent()
275 if (IS_ERR(handle)) { in ocfs2_defrag_extent()
276 ret = PTR_ERR(handle); in ocfs2_defrag_extent()
281 ret = __ocfs2_claim_clusters(handle, context->data_ac, 1, *len, in ocfs2_defrag_extent()
307 ret = __ocfs2_move_extent(handle, context, cpos, new_len, phys_cpos, in ocfs2_defrag_extent()
328 ocfs2_free_local_alloc_bits(osb, handle, data_ac, in ocfs2_defrag_extent()
331 ocfs2_free_clusters(handle, in ocfs2_defrag_extent()
338 ocfs2_commit_trans(osb, handle); in ocfs2_defrag_extent()
569 handle_t *handle; in ocfs2_move_extent() local
644 handle = ocfs2_start_trans(osb, credits); in ocfs2_move_extent()
645 if (IS_ERR(handle)) { in ocfs2_move_extent()
646 ret = PTR_ERR(handle); in ocfs2_move_extent()
674 ret = __ocfs2_move_extent(handle, context, cpos, len, phys_cpos, in ocfs2_move_extent()
682 ret = ocfs2_alloc_dinode_update_counts(gb_inode, handle, gb_bh, len, in ocfs2_move_extent()
689 ret = ocfs2_block_group_set_bits(handle, gb_inode, gd, gd_bh, in ocfs2_move_extent()
706 ocfs2_commit_trans(osb, handle); in ocfs2_move_extent()
898 handle_t *handle; in ocfs2_move_extents() local
940 handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS); in ocfs2_move_extents()
941 if (IS_ERR(handle)) { in ocfs2_move_extents()
942 status = PTR_ERR(handle); in ocfs2_move_extents()
947 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh, in ocfs2_move_extents()
958 ocfs2_update_inode_fsync_trans(handle, inode, 0); in ocfs2_move_extents()
960 ocfs2_journal_dirty(handle, di_bh); in ocfs2_move_extents()
963 ocfs2_commit_trans(osb, handle); in ocfs2_move_extents()