Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dqgroup.h345 struct extent_buffer *root_eb,
Dqgroup.c2323 struct extent_buffer *root_eb, in btrfs_qgroup_trace_subtree() argument
2330 struct extent_buffer *eb = root_eb; in btrfs_qgroup_trace_subtree()
2334 BUG_ON(root_eb == NULL); in btrfs_qgroup_trace_subtree()
2356 if (!extent_buffer_uptodate(root_eb)) { in btrfs_qgroup_trace_subtree()
2363 ret = btrfs_read_extent_buffer(root_eb, &check); in btrfs_qgroup_trace_subtree()
2369 ret = btrfs_qgroup_trace_leaf_items(trans, root_eb); in btrfs_qgroup_trace_subtree()
2386 atomic_inc(&root_eb->refs); /* For path */ in btrfs_qgroup_trace_subtree()
2387 path->nodes[root_level] = root_eb; in btrfs_qgroup_trace_subtree()