Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dtree-log.h55 struct extent_buffer *scratch_eb; member
A Dtree-log.c2857 ctx->scratch_eb = NULL; in btrfs_init_log_ctx()
2872 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0); in btrfs_init_log_ctx_scratch_eb()
3692 if (ctx->scratch_eb) { in clone_leaf()
3693 copy_extent_buffer_full(ctx->scratch_eb, path->nodes[0]); in clone_leaf()
3695 ctx->scratch_eb = btrfs_clone_extent_buffer(path->nodes[0]); in clone_leaf()
3696 if (!ctx->scratch_eb) in clone_leaf()
3701 path->nodes[0] = ctx->scratch_eb; in clone_leaf()
3707 atomic_inc(&ctx->scratch_eb->refs); in clone_leaf()
7631 free_extent_buffer(ctx.scratch_eb); in btrfs_log_new_name()
A Dfile.c1784 if (ctx.scratch_eb) { in btrfs_sync_file()
1785 free_extent_buffer(ctx.scratch_eb); in btrfs_sync_file()
1786 ctx.scratch_eb = NULL; in btrfs_sync_file()
1866 free_extent_buffer(ctx.scratch_eb); in btrfs_sync_file()

Completed in 25 milliseconds