Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dtree-log.h54 struct extent_buffer *scratch_eb; member
H A Dtree-log.c3251 ctx->scratch_eb = NULL; in btrfs_init_log_ctx()
3266 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0); in btrfs_init_log_ctx_scratch_eb()
4117 if (ctx->scratch_eb) { in clone_leaf()
4118 copy_extent_buffer_full(ctx->scratch_eb, path->nodes[0]); in clone_leaf()
4120 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]); in clone_leaf()
4121 if (!ctx->scratch_eb) in clone_leaf()
4126 path->nodes[0] = ctx->scratch_eb; in clone_leaf()
4132 refcount_inc(&ctx->scratch_eb->refs); in clone_leaf()
8135 free_extent_buffer(ctx.scratch_eb); in btrfs_log_new_name()
H A Dfile.c1737 if (ctx.scratch_eb) { in btrfs_sync_file()
1738 free_extent_buffer(ctx.scratch_eb); in btrfs_sync_file()
1739 ctx.scratch_eb = NULL; in btrfs_sync_file()
1819 free_extent_buffer(ctx.scratch_eb); in btrfs_sync_file()