Lines Matching defs:dealloc
1205 /* Firstyly, try to reuse dealloc since we have already estimated how
2563 struct ocfs2_cached_dealloc_ctxt *dealloc,
2598 ret = ocfs2_cache_extent_block_free(dealloc, eb);
2611 struct ocfs2_cached_dealloc_ctxt *dealloc)
2635 ocfs2_unlink_path(handle, et, dealloc, right_path,
2644 struct ocfs2_cached_dealloc_ctxt *dealloc,
2765 subtree_index, dealloc);
2901 struct ocfs2_cached_dealloc_ctxt *dealloc,
2972 dealloc, &deleted);
3017 struct ocfs2_cached_dealloc_ctxt *dealloc)
3069 subtree_index, dealloc);
3086 ocfs2_unlink_path(handle, et, dealloc, path, 1);
3106 struct ocfs2_cached_dealloc_ctxt *dealloc)
3119 ret = ocfs2_remove_rightmost_path(handle, et, path, dealloc);
3146 struct ocfs2_cached_dealloc_ctxt *dealloc)
3211 dealloc);
3223 dealloc, &restart_path);
3234 tmp_path, dealloc,
3510 struct ocfs2_cached_dealloc_ctxt *dealloc,
3632 dealloc);
3657 struct ocfs2_cached_dealloc_ctxt *dealloc,
3682 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
3733 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
3746 dealloc, split_index);
3762 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
3780 split_rec, dealloc,
3812 dealloc);
5061 struct ocfs2_cached_dealloc_ctxt *dealloc)
5126 dealloc, &ctxt);
5152 struct ocfs2_cached_dealloc_ctxt *dealloc,
5217 dealloc);
5240 struct ocfs2_cached_dealloc_ctxt *dealloc)
5262 len, phys, meta_ac, dealloc,
5343 struct ocfs2_cached_dealloc_ctxt *dealloc,
5365 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
5495 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
5508 struct ocfs2_cached_dealloc_ctxt *dealloc)
5574 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc,
5628 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc,
5693 struct ocfs2_cached_dealloc_ctxt *dealloc,
5763 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc);
5780 dealloc, 1);
6648 * It is supposed to find enough extent blocks in dealloc if our estimation
6657 struct ocfs2_cached_dealloc_ctxt *dealloc;
6666 /* If extent tree doesn't have a dealloc, this is not faulty. Just
6667 * tell upper caller dealloc can't provide any block and it should
6670 dealloc = et->et_dealloc;
6671 if (!dealloc)
6678 dealloc);
6698 "dealloc(local slot:%d, real slot:%d)\n",
6732 dealloc->c_first_suballocator = fl->f_next_suballocator;
7218 struct ocfs2_cached_dealloc_ctxt dealloc;
7222 ocfs2_init_dealloc_ctxt(&dealloc);
7297 &et, path, &dealloc);
7347 phys_cpos, trunc_len, flags, &dealloc,
7368 ocfs2_run_deallocs(osb, &dealloc);