Lines Matching refs:dealloc

2579 			      struct ocfs2_cached_dealloc_ctxt *dealloc,  in ocfs2_unlink_path()  argument
2614 ret = ocfs2_cache_extent_block_free(dealloc, eb); in ocfs2_unlink_path()
2627 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() argument
2651 ocfs2_unlink_path(handle, et, dealloc, right_path, in ocfs2_unlink_subtree()
2660 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() argument
2781 subtree_index, dealloc); in ocfs2_rotate_subtree_left()
2917 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() argument
2988 dealloc, &deleted); in __ocfs2_rotate_tree_left()
3033 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() argument
3085 subtree_index, dealloc); in ocfs2_remove_rightmost_path()
3102 ocfs2_unlink_path(handle, et, dealloc, path, 1); in ocfs2_remove_rightmost_path()
3122 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_empty_extent() argument
3135 ret = ocfs2_remove_rightmost_path(handle, et, path, dealloc); in ocfs2_remove_rightmost_empty_extent()
3162 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_rotate_tree_left() argument
3227 dealloc); in ocfs2_rotate_tree_left()
3239 dealloc, &restart_path); in ocfs2_rotate_tree_left()
3250 tmp_path, dealloc, in ocfs2_rotate_tree_left()
3526 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_merge_rec_left() argument
3648 dealloc); in ocfs2_merge_rec_left()
3672 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_try_to_merge_extent() argument
3697 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3748 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3761 dealloc, split_index); in ocfs2_try_to_merge_extent()
3777 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3795 split_rec, dealloc, in ocfs2_try_to_merge_extent()
3827 dealloc); in ocfs2_try_to_merge_extent()
5076 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_extent() argument
5141 dealloc, &ctxt); in ocfs2_split_extent()
5167 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_change_extent_flag() argument
5232 dealloc); in ocfs2_change_extent_flag()
5255 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_mark_extent_written() argument
5277 len, phys, meta_ac, dealloc, in ocfs2_mark_extent_written()
5358 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_truncate_rec() argument
5380 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5510 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5523 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_extent() argument
5589 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5643 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5708 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_remove_btree_range() argument
5778 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
5795 dealloc, 1); in ocfs2_remove_btree_range()
6689 struct ocfs2_cached_dealloc_ctxt *dealloc; in ocfs2_reuse_blk_from_dealloc() local
6702 dealloc = et->et_dealloc; in ocfs2_reuse_blk_from_dealloc()
6703 if (!dealloc) in ocfs2_reuse_blk_from_dealloc()
6710 dealloc); in ocfs2_reuse_blk_from_dealloc()
6764 dealloc->c_first_suballocator = fl->f_next_suballocator; in ocfs2_reuse_blk_from_dealloc()
7246 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_commit_truncate() local
7250 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_commit_truncate()
7325 &et, path, &dealloc); in ocfs2_commit_truncate()
7375 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
7396 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_commit_truncate()