Home
last modified time | relevance | path

Searched refs:root_eb (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dtransaction.c1682 struct extent_buffer *root_eb; in create_pending_snapshot() local
1820 root_eb = btrfs_lock_root_node(root); in create_pending_snapshot()
1821 ret = btrfs_copy_root(trans, root, root_eb, &tmp, objectid); in create_pending_snapshot()
1822 btrfs_tree_unlock(root_eb); in create_pending_snapshot()
1823 free_extent_buffer(root_eb); in create_pending_snapshot()
H A Dqgroup.c2609 struct extent_buffer *root_eb, in btrfs_qgroup_trace_subtree() argument
2616 struct extent_buffer *eb = root_eb; in btrfs_qgroup_trace_subtree()
2620 ASSERT(root_eb != NULL); in btrfs_qgroup_trace_subtree()
2642 if (!extent_buffer_uptodate(root_eb)) { in btrfs_qgroup_trace_subtree()
2648 ret = btrfs_read_extent_buffer(root_eb, &check); in btrfs_qgroup_trace_subtree()
2654 return btrfs_qgroup_trace_leaf_items(trans, root_eb); in btrfs_qgroup_trace_subtree()
2669 refcount_inc(&root_eb->refs); /* For path */ in btrfs_qgroup_trace_subtree()
2670 path->nodes[root_level] = root_eb; in btrfs_qgroup_trace_subtree()