Searched refs:scratch_eb (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/btrfs/
H A Dtree-log.c2837 ctx->scratch_eb = NULL;
2852 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0);
3672 if (ctx->scratch_eb) {
3673 copy_extent_buffer_full(ctx->scratch_eb, path->nodes[0]);
3675 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]);
3676 if (!ctx->scratch_eb)
3681 path->nodes[0] = ctx->scratch_eb;
3687 atomic_inc(&ctx->scratch_eb->refs);
7581 free_extent_buffer(ctx.scratch_eb);
H A Dfile.c1949 if (ctx.scratch_eb) {
1950 free_extent_buffer(ctx.scratch_eb);
1951 ctx.scratch_eb = NULL;
2028 free_extent_buffer(ctx.scratch_eb);
H A Dtree-log.h55 struct extent_buffer *scratch_eb; member in struct:btrfs_log_ctx

Completed in 369 milliseconds