Searched refs:mem_to_free (Results 1 – 1 of 1) sorted by relevance
210 void *mem_to_free; member1475 block_ctx_out->mem_to_free = NULL; in btrfsic_map_block()1492 block_ctx_out->mem_to_free = NULL; in btrfsic_map_block()1505 if (block_ctx->mem_to_free) { in btrfsic_release_block_ctx()1523 kfree(block_ctx->mem_to_free); in btrfsic_release_block_ctx()1524 block_ctx->mem_to_free = NULL; in btrfsic_release_block_ctx()1541 BUG_ON(block_ctx->mem_to_free); in btrfsic_read_block()1552 if (!block_ctx->mem_to_free) in btrfsic_read_block()1554 block_ctx->datav = block_ctx->mem_to_free; in btrfsic_read_block()1841 block_ctx.mem_to_free = NULL; in btrfsic_process_written_block()[all …]
Completed in 8 milliseconds