Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent-tree.c8248 struct extent_buffer *root_eb, in account_shared_subtree() argument
8254 struct extent_buffer *eb = root_eb; in account_shared_subtree()
8258 BUG_ON(root_eb == NULL); in account_shared_subtree()
8263 if (!extent_buffer_uptodate(root_eb)) { in account_shared_subtree()
8264 ret = btrfs_read_buffer(root_eb, root_gen); in account_shared_subtree()
8270 ret = account_leaf_items(trans, root, root_eb); in account_shared_subtree()
8287 extent_buffer_get(root_eb); /* For path */ in account_shared_subtree()
8288 path->nodes[root_level] = root_eb; in account_shared_subtree()