Searched refs:global_root_tree (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dblock-rsv.c342 rbtree_postorder_for_each_entry_safe(root, tmp, &fs_info->global_root_tree,
H A Ddisk-io.c773 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp);
789 rb_erase(&root->rb_node, &fs_info->global_root_tree);
800 node = rb_find(key, &fs_info->global_root_tree, global_root_key_cmp);
1260 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) {
1262 rb_erase(&root->rb_node, &fs_info->global_root_tree);
1825 &fs_info->global_root_tree,
2771 fs_info->global_root_tree = RB_ROOT;
H A Dfs.h423 struct rb_root global_root_tree; member in struct:btrfs_fs_info

Completed in 136 milliseconds