Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dblock-rsv.c368 rbtree_postorder_for_each_entry_safe(root, tmp, &fs_info->global_root_tree, in btrfs_update_global_block_rsv()
Ddisk-io.c1103 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp); in btrfs_global_root_insert()
1115 rb_erase(&root->rb_node, &fs_info->global_root_tree); in btrfs_global_root_delete()
1126 node = rb_find(key, &fs_info->global_root_tree, global_root_key_cmp); in btrfs_global_root()
1588 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) { in free_global_roots()
1590 rb_erase(&root->rb_node, &fs_info->global_root_tree); in free_global_roots()
2132 &fs_info->global_root_tree, in free_global_root_pointers()
3040 fs_info->global_root_tree = RB_ROOT; in btrfs_init_fs_info()
Dctree.h649 struct rb_root global_root_tree; member