Lines Matching refs:dealloc
2566 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_unlink_path() argument
2601 ret = ocfs2_cache_extent_block_free(dealloc, eb); in ocfs2_unlink_path()
2614 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() argument
2638 ocfs2_unlink_path(handle, et, dealloc, right_path, in ocfs2_unlink_subtree()
2647 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() argument
2768 subtree_index, dealloc); in ocfs2_rotate_subtree_left()
2904 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() argument
2975 dealloc, &deleted); in __ocfs2_rotate_tree_left()
3020 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() argument
3072 subtree_index, dealloc); in ocfs2_remove_rightmost_path()
3089 ocfs2_unlink_path(handle, et, dealloc, path, 1); in ocfs2_remove_rightmost_path()
3109 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_empty_extent() argument
3122 ret = ocfs2_remove_rightmost_path(handle, et, path, dealloc); in ocfs2_remove_rightmost_empty_extent()
3149 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_rotate_tree_left() argument
3214 dealloc); in ocfs2_rotate_tree_left()
3226 dealloc, &restart_path); in ocfs2_rotate_tree_left()
3237 tmp_path, dealloc, in ocfs2_rotate_tree_left()
3513 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_merge_rec_left() argument
3635 dealloc); in ocfs2_merge_rec_left()
3660 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_try_to_merge_extent() argument
3685 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3736 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3749 dealloc, split_index); in ocfs2_try_to_merge_extent()
3765 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_try_to_merge_extent()
3783 split_rec, dealloc, in ocfs2_try_to_merge_extent()
3815 dealloc); in ocfs2_try_to_merge_extent()
5064 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_extent() argument
5129 dealloc, &ctxt); in ocfs2_split_extent()
5155 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_change_extent_flag() argument
5220 dealloc); in ocfs2_change_extent_flag()
5243 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_mark_extent_written() argument
5265 len, phys, meta_ac, dealloc, in ocfs2_mark_extent_written()
5346 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_truncate_rec() argument
5368 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5498 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc); in ocfs2_truncate_rec()
5511 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_extent() argument
5577 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5631 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5696 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_remove_btree_range() argument
5766 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
5783 dealloc, 1); in ocfs2_remove_btree_range()
6658 struct ocfs2_cached_dealloc_ctxt *dealloc; in ocfs2_reuse_blk_from_dealloc() local
6671 dealloc = et->et_dealloc; in ocfs2_reuse_blk_from_dealloc()
6672 if (!dealloc) in ocfs2_reuse_blk_from_dealloc()
6679 dealloc); in ocfs2_reuse_blk_from_dealloc()
6733 dealloc->c_first_suballocator = fl->f_next_suballocator; in ocfs2_reuse_blk_from_dealloc()
7236 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_commit_truncate() local
7240 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_commit_truncate()
7315 &et, path, &dealloc); in ocfs2_commit_truncate()
7365 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
7386 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_commit_truncate()