Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dtransaction.c1676 struct extent_buffer *root_eb; in create_pending_snapshot() local
1814 root_eb = btrfs_lock_root_node(root); in create_pending_snapshot()
1815 ret = btrfs_copy_root(trans, root, root_eb, &tmp, objectid); in create_pending_snapshot()
1816 btrfs_tree_unlock(root_eb); in create_pending_snapshot()
1817 free_extent_buffer(root_eb); in create_pending_snapshot()
H A Dqgroup.c2627 struct extent_buffer *root_eb, in btrfs_qgroup_trace_subtree() argument
2634 struct extent_buffer *eb = root_eb; in btrfs_qgroup_trace_subtree()
2638 ASSERT(root_eb != NULL); in btrfs_qgroup_trace_subtree()
2660 if (!extent_buffer_uptodate(root_eb)) { in btrfs_qgroup_trace_subtree()
2666 ret = btrfs_read_extent_buffer(root_eb, &check); in btrfs_qgroup_trace_subtree()
2672 return btrfs_qgroup_trace_leaf_items(trans, root_eb); in btrfs_qgroup_trace_subtree()
2687 refcount_inc(&root_eb->refs); /* For path */ in btrfs_qgroup_trace_subtree()
2688 path->nodes[root_level] = root_eb; in btrfs_qgroup_trace_subtree()