Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent-tree.c7870 struct extent_buffer *root_eb, in account_shared_subtree() argument
7876 struct extent_buffer *eb = root_eb; in account_shared_subtree()
7880 BUG_ON(root_eb == NULL); in account_shared_subtree()
7885 if (!extent_buffer_uptodate(root_eb)) { in account_shared_subtree()
7886 ret = btrfs_read_buffer(root_eb, root_gen); in account_shared_subtree()
7892 ret = account_leaf_items(trans, root, root_eb); in account_shared_subtree()
7909 extent_buffer_get(root_eb); /* For path */ in account_shared_subtree()
7910 path->nodes[root_level] = root_eb; in account_shared_subtree()