Searched refs:rb_first_postorder (Results 1 – 10 of 10) sorted by relevance
61 extern struct rb_node *rb_first_postorder(const struct rb_root *);92 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
59 extern struct rb_node *rb_first_postorder(const struct rb_root *);98 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
50 extern struct rb_node *rb_first_postorder(const struct rb_root *);100 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
543 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function550 EXPORT_SYMBOL(rb_first_postorder);
623 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function630 EXPORT_SYMBOL(rb_first_postorder);
185 for (rb = rb_first_postorder(&root.rb_root); rb; rb = rb_next_postorder(rb)) in check_postorder()
98 for (now = rb_first_postorder(&btrfs_info.chunks_root); now; now = next) in btrfs_chunk_map_exit()
591 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function
1946 for (pos = rb_first_postorder(root); \
1235 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) { in free_global_roots()