Home
last modified time | relevance | path

Searched refs:chunks_root (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/btrfs/
Dchunk-map.c22 struct rb_node **new = &(btrfs_info.chunks_root.rb_node), *prnt = NULL; in add_chunk_mapping()
62 rb_insert_color(&map_item->node, &btrfs_info.chunks_root); in add_chunk_mapping()
72 struct rb_node *node = btrfs_info.chunks_root.rb_node; in btrfs_map_logical_to_physical()
98 for (now = rb_first_postorder(&btrfs_info.chunks_root); now; now = next) in btrfs_chunk_map_exit()
115 btrfs_info.chunks_root = RB_ROOT; in btrfs_chunk_map_init()
Dbtrfs.h21 struct rb_root chunks_root; member