Lines Matching refs:mem_to_free
226 void *mem_to_free; member
1588 block_ctx_out->mem_to_free = NULL; in btrfsic_map_block()
1600 block_ctx_out->mem_to_free = NULL; in btrfsic_map_block()
1613 if (block_ctx->mem_to_free) { in btrfsic_release_block_ctx()
1632 kfree(block_ctx->mem_to_free); in btrfsic_release_block_ctx()
1633 block_ctx->mem_to_free = NULL; in btrfsic_release_block_ctx()
1649 BUG_ON(block_ctx->mem_to_free); in btrfsic_read_block()
1659 block_ctx->mem_to_free = kzalloc((sizeof(*block_ctx->datav) + in btrfsic_read_block()
1662 if (!block_ctx->mem_to_free) in btrfsic_read_block()
1664 block_ctx->datav = block_ctx->mem_to_free; in btrfsic_read_block()
1993 block_ctx.mem_to_free = NULL; in btrfsic_process_written_block()
2127 block_ctx.mem_to_free = NULL; in btrfsic_process_written_block()