Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dtree-log.h55 struct extent_buffer *scratch_eb; member
H A Dtree-log.c2838 ctx->scratch_eb = NULL; in btrfs_init_log_ctx()
2853 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0); in btrfs_init_log_ctx_scratch_eb()
3672 if (ctx->scratch_eb) { in clone_leaf()
3673 copy_extent_buffer_full(ctx->scratch_eb, path->nodes[0]); in clone_leaf()
3675 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]); in clone_leaf()
3676 if (!ctx->scratch_eb) in clone_leaf()
3681 path->nodes[0] = ctx->scratch_eb; in clone_leaf()
3687 atomic_inc(&ctx->scratch_eb->refs); in clone_leaf()
7594 free_extent_buffer(ctx.scratch_eb); in btrfs_log_new_name()
H A Dfile.c1659 if (ctx.scratch_eb) { in btrfs_sync_file()
1660 free_extent_buffer(ctx.scratch_eb); in btrfs_sync_file()
1661 ctx.scratch_eb = NULL; in btrfs_sync_file()
1741 free_extent_buffer(ctx.scratch_eb); in btrfs_sync_file()