Home
last modified time | relevance | path

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

/linux/fs/btrfs/ !
H A Dblock-rsv.c340 rbtree_postorder_for_each_entry_safe(root, tmp, &fs_info->global_root_tree, in btrfs_update_global_block_rsv()
H A Ddisk-io.c761 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp); in btrfs_global_root_insert()
777 rb_erase(&root->rb_node, &fs_info->global_root_tree); in btrfs_global_root_delete()
788 node = rb_find(key, &fs_info->global_root_tree, global_root_key_cmp); in btrfs_global_root()
1238 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) { in free_global_roots()
1240 rb_erase(&root->rb_node, &fs_info->global_root_tree); in free_global_roots()
1810 &fs_info->global_root_tree, in free_global_root_pointers()
2843 fs_info->global_root_tree = RB_ROOT; in btrfs_init_fs_info()
H A Dfs.h445 struct rb_root global_root_tree; member