Lines Matching refs:dealloc

2563 			      struct ocfs2_cached_dealloc_ctxt *dealloc,  in ocfs2_unlink_path()  argument
2598 ret = ocfs2_cache_extent_block_free(dealloc, eb); in ocfs2_unlink_path()
2611 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() argument
2635 ocfs2_unlink_path(handle, et, dealloc, right_path, in ocfs2_unlink_subtree()
2644 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() argument
2765 subtree_index, dealloc); in ocfs2_rotate_subtree_left()
2901 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() argument
2972 dealloc, &deleted); in __ocfs2_rotate_tree_left()
3017 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() argument
3069 subtree_index, dealloc); in ocfs2_remove_rightmost_path()
3086 ocfs2_unlink_path(handle, et, dealloc, path, 1); in ocfs2_remove_rightmost_path()
3106 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_empty_extent() argument
3119 ret = ocfs2_remove_rightmost_path(handle, et, path, dealloc); in ocfs2_remove_rightmost_empty_extent()
3146 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_rotate_tree_left() argument
3211 dealloc); in ocfs2_rotate_tree_left()
3223 dealloc, &restart_path); in ocfs2_rotate_tree_left()
3234 tmp_path, dealloc, in ocfs2_rotate_tree_left()
3510 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_merge_rec_left() argument
3632 dealloc); in ocfs2_merge_rec_left()
3657 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_try_to_merge_extent() argument
3682 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3733 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3746 dealloc, split_index); in ocfs2_try_to_merge_extent()
3762 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3780 split_rec, dealloc, in ocfs2_try_to_merge_extent()
3812 dealloc); in ocfs2_try_to_merge_extent()
5061 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_extent() argument
5126 dealloc, &ctxt); in ocfs2_split_extent()
5152 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_change_extent_flag() argument
5217 dealloc); in ocfs2_change_extent_flag()
5240 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_mark_extent_written() argument
5262 len, phys, meta_ac, dealloc, in ocfs2_mark_extent_written()
5343 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_truncate_rec() argument
5365 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5495 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5508 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_extent() argument
5574 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5628 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5693 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_remove_btree_range() argument
5763 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
5780 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()
7218 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_commit_truncate() local
7222 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_commit_truncate()
7297 &et, path, &dealloc); in ocfs2_commit_truncate()
7347 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
7368 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_commit_truncate()