Searched refs:root_eb (Results 1 – 1 of 1) sorted by relevance
8281 struct extent_buffer *root_eb, in account_shared_subtree() argument8287 struct extent_buffer *eb = root_eb; in account_shared_subtree()8291 BUG_ON(root_eb == NULL); in account_shared_subtree()8296 if (!extent_buffer_uptodate(root_eb)) { in account_shared_subtree()8297 ret = btrfs_read_buffer(root_eb, root_gen); in account_shared_subtree()8303 ret = account_leaf_items(trans, root, root_eb); in account_shared_subtree()8320 extent_buffer_get(root_eb); /* For path */ in account_shared_subtree()8321 path->nodes[root_level] = root_eb; in account_shared_subtree()