Lines Matching refs:dealloc

2565 			      struct ocfs2_cached_dealloc_ctxt *dealloc,  in ocfs2_unlink_path()  argument
2600 ret = ocfs2_cache_extent_block_free(dealloc, eb); in ocfs2_unlink_path()
2613 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() argument
2637 ocfs2_unlink_path(handle, et, dealloc, right_path, in ocfs2_unlink_subtree()
2646 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() argument
2767 subtree_index, dealloc); in ocfs2_rotate_subtree_left()
2903 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() argument
2974 dealloc, &deleted); in __ocfs2_rotate_tree_left()
3019 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() argument
3071 subtree_index, dealloc); in ocfs2_remove_rightmost_path()
3088 ocfs2_unlink_path(handle, et, dealloc, path, 1); in ocfs2_remove_rightmost_path()
3108 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_empty_extent() argument
3121 ret = ocfs2_remove_rightmost_path(handle, et, path, dealloc); in ocfs2_remove_rightmost_empty_extent()
3148 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_rotate_tree_left() argument
3213 dealloc); in ocfs2_rotate_tree_left()
3225 dealloc, &restart_path); in ocfs2_rotate_tree_left()
3236 tmp_path, dealloc, in ocfs2_rotate_tree_left()
3512 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_merge_rec_left() argument
3634 dealloc); in ocfs2_merge_rec_left()
3659 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_try_to_merge_extent() argument
3684 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3735 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3748 dealloc, split_index); in ocfs2_try_to_merge_extent()
3764 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3782 split_rec, dealloc, in ocfs2_try_to_merge_extent()
3814 dealloc); in ocfs2_try_to_merge_extent()
5063 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_extent() argument
5128 dealloc, &ctxt); in ocfs2_split_extent()
5154 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_change_extent_flag() argument
5219 dealloc); in ocfs2_change_extent_flag()
5242 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_mark_extent_written() argument
5264 len, phys, meta_ac, dealloc, in ocfs2_mark_extent_written()
5345 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_truncate_rec() argument
5367 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5497 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5510 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_extent() argument
5576 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5630 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5695 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_remove_btree_range() argument
5765 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
5782 dealloc, 1); in ocfs2_remove_btree_range()
6657 struct ocfs2_cached_dealloc_ctxt *dealloc; in ocfs2_reuse_blk_from_dealloc() local
6670 dealloc = et->et_dealloc; in ocfs2_reuse_blk_from_dealloc()
6671 if (!dealloc) in ocfs2_reuse_blk_from_dealloc()
6678 dealloc); in ocfs2_reuse_blk_from_dealloc()
6732 dealloc->c_first_suballocator = fl->f_next_suballocator; in ocfs2_reuse_blk_from_dealloc()
7235 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_commit_truncate() local
7239 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_commit_truncate()
7314 &et, path, &dealloc); in ocfs2_commit_truncate()
7364 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
7385 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_commit_truncate()