Searched refs:rb_first (Results 1 – 11 of 11) sorted by relevance
| /u-boot/fs/btrfs/common/ |
| A D | rbtree-utils.c | 79 while ((node = rb_first(root))) { in rb_free_nodes()
|
| /u-boot/include/linux/ |
| A D | rbtree.h | 57 extern struct rb_node *rb_first(const struct rb_root *);
|
| /u-boot/lib/ |
| A D | rbtree.c | 408 struct rb_node *rb_first(const struct rb_root *root) in rb_first() function 419 EXPORT_SYMBOL(rb_first);
|
| /u-boot/drivers/mtd/ubi/ |
| A D | wl.c | 311 e = rb_entry(rb_first(root), struct ubi_wl_entry, u.rb); in find_wl_entry() 352 first = rb_entry(rb_first(root), struct ubi_wl_entry, u.rb); in find_mean_wl_entry() 738 e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb); 759 e1 = rb_entry(rb_first(&ubi->scrub), struct ubi_wl_entry, u.rb); 1009 e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb);
|
| A D | ubi.h | 999 for (rb = rb_first(root), \
|
| A D | fastmap.c | 430 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb() 433 for (node2 = rb_first(&av->root); node2; in unmap_peb()
|
| A D | attach.c | 637 while ((rb = rb_first(&av->root))) { in ubi_remove_av()
|
| /u-boot/fs/btrfs/ |
| A D | extent-cache.c | 203 struct rb_node *node = rb_first(&tree->root); in first_cache_extent()
|
| /u-boot/fs/ubifs/ |
| A D | log.c | 300 p = rb_first(&c->buds); in remove_buds()
|
| A D | debug.c | 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() 2197 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes()
|
| A D | recovery.c | 1485 struct rb_node *this = rb_first(&c->size_tree); in ubifs_recover_size()
|
Completed in 24 milliseconds