Searched refs:root_node (Results 1 - 4 of 4) sorted by relevance
/fs/btrfs/ |
H A D | tree-defrag.c | 68 struct extent_buffer *root_node; local 71 root_node = btrfs_lock_root_node(root); 72 btrfs_set_lock_blocking(root_node); 73 nritems = btrfs_header_nritems(root_node); 76 btrfs_node_key_to_cpu(root_node, &root->defrag_max, 78 btrfs_tree_unlock(root_node); 79 free_extent_buffer(root_node);
|
H A D | backref.c | 1623 struct ulist_node *root_node = NULL; local 1653 while (!ret && (root_node = ulist_next(roots, &root_uiter))) { 1655 "%#llx\n", root_node->val, ref_node->val, 1659 root_node->val,
|
H A D | ioctl.c | 3073 struct ulist_node *root_node = NULL; local 3086 while ((root_node = ulist_next(roots, &uiter))) { 3087 if (root_node->val == root->objectid) {
|
/fs/nfs/ |
H A D | dir.c | 2171 struct rb_root *root_node = &nfsi->access_cache; local 2176 while ((n = rb_first(root_node)) != NULL) { 2178 rb_erase(n, root_node); 2291 struct rb_root *root_node = &nfsi->access_cache; local 2292 struct rb_node **p = &root_node->rb_node; 2309 rb_insert_color(&set->rb_node, root_node); 2314 rb_replace_node(parent, &set->rb_node, root_node);
|
Completed in 273 milliseconds