Lines Matching refs:dealloc
2570 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_unlink_path() argument
2605 ret = ocfs2_cache_extent_block_free(dealloc, eb); in ocfs2_unlink_path()
2618 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() argument
2642 ocfs2_unlink_path(handle, et, dealloc, right_path, in ocfs2_unlink_subtree()
2651 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() argument
2772 subtree_index, dealloc); in ocfs2_rotate_subtree_left()
2908 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() argument
2979 dealloc, &deleted); in __ocfs2_rotate_tree_left()
3024 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() argument
3076 subtree_index, dealloc); in ocfs2_remove_rightmost_path()
3093 ocfs2_unlink_path(handle, et, dealloc, path, 1); in ocfs2_remove_rightmost_path()
3113 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_empty_extent() argument
3126 ret = ocfs2_remove_rightmost_path(handle, et, path, dealloc); in ocfs2_remove_rightmost_empty_extent()
3153 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_rotate_tree_left() argument
3218 dealloc); in ocfs2_rotate_tree_left()
3230 dealloc, &restart_path); in ocfs2_rotate_tree_left()
3241 tmp_path, dealloc, in ocfs2_rotate_tree_left()
3517 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_merge_rec_left() argument
3639 dealloc); in ocfs2_merge_rec_left()
3664 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_try_to_merge_extent() argument
3689 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3740 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3753 dealloc, split_index); in ocfs2_try_to_merge_extent()
3769 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3787 split_rec, dealloc, in ocfs2_try_to_merge_extent()
3819 dealloc); in ocfs2_try_to_merge_extent()
5068 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_extent() argument
5133 dealloc, &ctxt); in ocfs2_split_extent()
5159 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_change_extent_flag() argument
5224 dealloc); in ocfs2_change_extent_flag()
5247 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_mark_extent_written() argument
5269 len, phys, meta_ac, dealloc, in ocfs2_mark_extent_written()
5350 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_truncate_rec() argument
5372 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5502 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5515 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_extent() argument
5581 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5635 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5700 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_remove_btree_range() argument
5770 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
5787 dealloc, 1); in ocfs2_remove_btree_range()
6664 struct ocfs2_cached_dealloc_ctxt *dealloc; in ocfs2_reuse_blk_from_dealloc() local
6677 dealloc = et->et_dealloc; in ocfs2_reuse_blk_from_dealloc()
6678 if (!dealloc) in ocfs2_reuse_blk_from_dealloc()
6685 dealloc); in ocfs2_reuse_blk_from_dealloc()
6739 dealloc->c_first_suballocator = fl->f_next_suballocator; in ocfs2_reuse_blk_from_dealloc()
7225 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_commit_truncate() local
7229 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_commit_truncate()
7304 &et, path, &dealloc); in ocfs2_commit_truncate()
7354 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
7375 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_commit_truncate()