Searched refs:rb_next (Results 1 – 10 of 10) sorted by relevance
69 parent = rb_next(parent); in rb_search()
55 extern struct rb_node *rb_next(const struct rb_node *);
434 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function464 EXPORT_SYMBOL(rb_next);
391 e = rb_entry(rb_next(root->rb_node), in may_reserve_for_fm()
1002 rb = rb_next(rb), \
430 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb()434 node2 = rb_next(node2)) { in unmap_peb()
230 struct rb_node *node = rb_next(&pe->rb_node); in next_cache_extent()
1535 this = rb_next(this); in ubifs_recover_size()1551 this = rb_next(this); in ubifs_recover_size()
306 p = rb_next(p); in remove_buds()
626 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg()719 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop()2201 this = rb_next(this); in check_inodes()
Completed in 19 milliseconds