Searched refs:scratch_eb (Results 1 – 3 of 3) sorted by relevance
55 struct extent_buffer *scratch_eb; member
2896 ctx->scratch_eb = NULL; in btrfs_init_log_ctx()2911 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0); in btrfs_init_log_ctx_scratch_eb()3730 if (ctx->scratch_eb) { in clone_leaf()3731 copy_extent_buffer_full(ctx->scratch_eb, path->nodes[0]); in clone_leaf()3733 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]); in clone_leaf()3734 if (!ctx->scratch_eb) in clone_leaf()3739 path->nodes[0] = ctx->scratch_eb; in clone_leaf()3745 refcount_inc(&ctx->scratch_eb->refs); in clone_leaf()7686 free_extent_buffer(ctx.scratch_eb); in btrfs_log_new_name()
1739 if (ctx.scratch_eb) { in btrfs_sync_file()1740 free_extent_buffer(ctx.scratch_eb); in btrfs_sync_file()1741 ctx.scratch_eb = NULL; in btrfs_sync_file()1821 free_extent_buffer(ctx.scratch_eb); in btrfs_sync_file()
Completed in 22 milliseconds