Lines Matching defs:dealloc

51 	struct ocfs2_cached_dealloc_ctxt dealloc;
1829 struct ocfs2_cached_dealloc_ctxt *dealloc)
1983 struct ocfs2_cached_dealloc_ctxt *dealloc)
2054 meta_ac, dealloc);
2077 struct ocfs2_cached_dealloc_ctxt *dealloc)
2094 1, meta_ac, dealloc);
2103 * add the freed block to the dealloc so that it will be freed
2104 * when we run dealloc.
2106 ret = ocfs2_cache_block_dealloc(dealloc, EXTENT_ALLOC_SYSTEM_INODE,
2157 struct ocfs2_cached_dealloc_ctxt *dealloc)
2161 meta_ac, dealloc);
2170 struct ocfs2_cached_dealloc_ctxt *dealloc)
2199 meta_ac, dealloc);
2211 dealloc);
2225 struct ocfs2_cached_dealloc_ctxt *dealloc,
2258 meta_ac, dealloc);
2265 ret = ocfs2_cache_cluster_dealloc(dealloc,
2289 struct ocfs2_cached_dealloc_ctxt *dealloc,
2319 cpos, len, meta_ac, dealloc, delete);
2341 struct ocfs2_cached_dealloc_ctxt *dealloc)
2355 len, phys, meta_ac, dealloc,
3061 struct ocfs2_cached_dealloc_ctxt *dealloc)
3105 &replace_rec, meta_ac, dealloc);
3139 context->meta_ac, &context->dealloc);
3244 &context->dealloc);
3275 &context->dealloc, delete);
3340 ocfs2_init_dealloc_ctxt(&context->dealloc);
3367 if (ocfs2_dealloc_has_cluster(&context->dealloc)) {
3369 ocfs2_run_deallocs(osb, &context->dealloc);
3659 struct ocfs2_cached_dealloc_ctxt *dealloc,
3703 meta_ac, dealloc);
3711 meta_ac, dealloc);
3777 struct ocfs2_cached_dealloc_ctxt dealloc;
3780 ocfs2_init_dealloc_ctxt(&dealloc);
3820 &dealloc, NULL);
3836 &dealloc);
3853 if (!ret && ocfs2_dealloc_has_cluster(&dealloc)) {
3855 ocfs2_run_deallocs(osb, &dealloc);
3873 struct ocfs2_cached_dealloc_ctxt *dealloc)
3908 meta_ac, dealloc);
3975 struct ocfs2_cached_dealloc_ctxt *dealloc)
4002 dealloc);
4101 struct ocfs2_cached_dealloc_ctxt dealloc;
4106 ocfs2_init_dealloc_ctxt(&dealloc);
4132 &dealloc);
4142 if (ocfs2_dealloc_has_cluster(&dealloc)) {
4144 ocfs2_run_deallocs(osb, &dealloc);
4480 struct ocfs2_cached_dealloc_ctxt *dealloc)
4546 dealloc, NULL);
4561 dealloc);
4595 struct ocfs2_cached_dealloc_ctxt dealloc;
4604 ocfs2_init_dealloc_ctxt(&dealloc);
4670 pos_out, len, &dealloc);
4677 if (ocfs2_dealloc_has_cluster(&dealloc)) {
4679 ocfs2_run_deallocs(osb, &dealloc);