Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Ddisk-io.c712 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp); in btrfs_global_root_insert()
728 rb_erase(&root->rb_node, &fs_info->global_root_tree); in btrfs_global_root_delete()
739 node = rb_find(key, &fs_info->global_root_tree, global_root_key_cmp); in btrfs_global_root()
1187 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) { in free_global_roots()
1189 rb_erase(&root->rb_node, &fs_info->global_root_tree); in free_global_roots()
1761 &fs_info->global_root_tree, in free_global_root_pointers()
2830 fs_info->global_root_tree = RB_ROOT; in btrfs_init_fs_info()
H A Dblock-rsv.c339 rbtree_postorder_for_each_entry_safe(root, tmp, &fs_info->global_root_tree, in btrfs_update_global_block_rsv()
H A Dfs.h506 struct rb_root global_root_tree; member