Searched refs:rb_next (Results 1 – 8 of 8) sorted by relevance
56 extern struct rb_node *rb_next(const struct rb_node *);
435 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function465 EXPORT_SYMBOL(rb_next);
392 e = rb_entry(rb_next(root->rb_node), in may_reserve_for_fm()
999 rb = rb_next(rb), \
426 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb()430 node2 = rb_next(node2)) { in unmap_peb()
1533 this = rb_next(this); in ubifs_recover_size()1549 this = rb_next(this); in ubifs_recover_size()
305 p = rb_next(p); in remove_buds()
625 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg()718 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop()2200 this = rb_next(this); in check_inodes()