Lines Matching defs:dealloc

1207 	/* Firstyly, try to reuse dealloc since we have already estimated how
2565 struct ocfs2_cached_dealloc_ctxt *dealloc,
2600 ret = ocfs2_cache_extent_block_free(dealloc, eb);
2613 struct ocfs2_cached_dealloc_ctxt *dealloc)
2637 ocfs2_unlink_path(handle, et, dealloc, right_path,
2646 struct ocfs2_cached_dealloc_ctxt *dealloc,
2767 subtree_index, dealloc);
2903 struct ocfs2_cached_dealloc_ctxt *dealloc,
2974 dealloc, &deleted);
3019 struct ocfs2_cached_dealloc_ctxt *dealloc)
3071 subtree_index, dealloc);
3088 ocfs2_unlink_path(handle, et, dealloc, path, 1);
3108 struct ocfs2_cached_dealloc_ctxt *dealloc)
3121 ret = ocfs2_remove_rightmost_path(handle, et, path, dealloc);
3148 struct ocfs2_cached_dealloc_ctxt *dealloc)
3213 dealloc);
3225 dealloc, &restart_path);
3236 tmp_path, dealloc,
3512 struct ocfs2_cached_dealloc_ctxt *dealloc,
3634 dealloc);
3659 struct ocfs2_cached_dealloc_ctxt *dealloc,
3684 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
3735 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
3748 dealloc, split_index);
3764 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
3782 split_rec, dealloc,
3814 dealloc);
5063 struct ocfs2_cached_dealloc_ctxt *dealloc)
5128 dealloc, &ctxt);
5154 struct ocfs2_cached_dealloc_ctxt *dealloc,
5219 dealloc);
5242 struct ocfs2_cached_dealloc_ctxt *dealloc)
5264 len, phys, meta_ac, dealloc,
5345 struct ocfs2_cached_dealloc_ctxt *dealloc,
5367 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
5497 ret = ocfs2_rotate_tree_left(handle, et, path, dealloc);
5510 struct ocfs2_cached_dealloc_ctxt *dealloc)
5576 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc,
5630 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc,
5695 struct ocfs2_cached_dealloc_ctxt *dealloc,
5765 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc);
5782 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;
7213 struct ocfs2_cached_dealloc_ctxt dealloc;
7217 ocfs2_init_dealloc_ctxt(&dealloc);
7292 &et, path, &dealloc);
7342 phys_cpos, trunc_len, flags, &dealloc,
7363 ocfs2_run_deallocs(osb, &dealloc);