Lines Matching defs:dealloc

53 	struct ocfs2_cached_dealloc_ctxt dealloc;
1831 struct ocfs2_cached_dealloc_ctxt *dealloc)
1985 struct ocfs2_cached_dealloc_ctxt *dealloc)
2056 meta_ac, dealloc);
2079 struct ocfs2_cached_dealloc_ctxt *dealloc)
2096 1, meta_ac, dealloc);
2105 * add the freed block to the dealloc so that it will be freed
2106 * when we run dealloc.
2108 ret = ocfs2_cache_block_dealloc(dealloc, EXTENT_ALLOC_SYSTEM_INODE,
2159 struct ocfs2_cached_dealloc_ctxt *dealloc)
2163 meta_ac, dealloc);
2172 struct ocfs2_cached_dealloc_ctxt *dealloc)
2201 meta_ac, dealloc);
2213 dealloc);
2227 struct ocfs2_cached_dealloc_ctxt *dealloc,
2260 meta_ac, dealloc);
2267 ret = ocfs2_cache_cluster_dealloc(dealloc,
2291 struct ocfs2_cached_dealloc_ctxt *dealloc,
2321 cpos, len, meta_ac, dealloc, delete);
2343 struct ocfs2_cached_dealloc_ctxt *dealloc)
2357 len, phys, meta_ac, dealloc,
3060 struct ocfs2_cached_dealloc_ctxt *dealloc)
3104 &replace_rec, meta_ac, dealloc);
3138 context->meta_ac, &context->dealloc);
3273 &context->dealloc);
3304 &context->dealloc, delete);
3369 ocfs2_init_dealloc_ctxt(&context->dealloc);
3396 if (ocfs2_dealloc_has_cluster(&context->dealloc)) {
3398 ocfs2_run_deallocs(osb, &context->dealloc);
3688 struct ocfs2_cached_dealloc_ctxt *dealloc,
3732 meta_ac, dealloc);
3740 meta_ac, dealloc);
3806 struct ocfs2_cached_dealloc_ctxt dealloc;
3809 ocfs2_init_dealloc_ctxt(&dealloc);
3849 &dealloc, NULL);
3865 &dealloc);
3882 if (!ret && ocfs2_dealloc_has_cluster(&dealloc)) {
3884 ocfs2_run_deallocs(osb, &dealloc);
3902 struct ocfs2_cached_dealloc_ctxt *dealloc)
3937 meta_ac, dealloc);
4004 struct ocfs2_cached_dealloc_ctxt *dealloc)
4031 dealloc);
4130 struct ocfs2_cached_dealloc_ctxt dealloc;
4135 ocfs2_init_dealloc_ctxt(&dealloc);
4161 &dealloc);
4171 if (ocfs2_dealloc_has_cluster(&dealloc)) {
4173 ocfs2_run_deallocs(osb, &dealloc);
4509 struct ocfs2_cached_dealloc_ctxt *dealloc)
4575 dealloc, NULL);
4590 dealloc);
4624 struct ocfs2_cached_dealloc_ctxt dealloc;
4633 ocfs2_init_dealloc_ctxt(&dealloc);
4699 pos_out, len, &dealloc);
4706 if (ocfs2_dealloc_has_cluster(&dealloc)) {
4708 ocfs2_run_deallocs(osb, &dealloc);