Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dblock-rsv.c341 rbtree_postorder_for_each_entry_safe(root, tmp, &fs_info->global_root_tree, in btrfs_update_global_block_rsv()
Ddisk-io.c751 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp); in btrfs_global_root_insert()
767 rb_erase(&root->rb_node, &fs_info->global_root_tree); in btrfs_global_root_delete()
778 node = rb_find(key, &fs_info->global_root_tree, global_root_key_cmp); in btrfs_global_root()
1235 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) { in free_global_roots()
1237 rb_erase(&root->rb_node, &fs_info->global_root_tree); in free_global_roots()
1798 &fs_info->global_root_tree, in free_global_root_pointers()
2731 fs_info->global_root_tree = RB_ROOT; in btrfs_init_fs_info()
Dfs.h378 struct rb_root global_root_tree; member