Searched refs:scratch_eb (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dtree-log.h55 struct extent_buffer *scratch_eb; member in struct:btrfs_log_ctx
H A Dtree-log.c2835 ctx->scratch_eb = NULL;
2850 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0);
3670 if (ctx->scratch_eb) {
3671 copy_extent_buffer_full(ctx->scratch_eb, path->nodes[0]);
3673 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]);
3674 if (!ctx->scratch_eb)
3679 path->nodes[0] = ctx->scratch_eb;
3685 atomic_inc(&ctx->scratch_eb->refs);
7577 free_extent_buffer(ctx.scratch_eb);
H A Dfile.c1939 if (ctx.scratch_eb) {
1940 free_extent_buffer(ctx.scratch_eb);
1941 ctx.scratch_eb = NULL;
2018 free_extent_buffer(ctx.scratch_eb);

Completed in 144 milliseconds