Searched refs:rb_first_postorder (Results 1 – 3 of 3) 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); \
543 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function550 EXPORT_SYMBOL(rb_first_postorder);
98 for (now = rb_first_postorder(&btrfs_info.chunks_root); now; now = next) in btrfs_chunk_map_exit()