Home
last modified time | relevance | path

Searched refs:rb_first (Results 1 – 11 of 11) sorted by relevance

/u-boot/fs/btrfs/common/
A Drbtree-utils.c79 while ((node = rb_first(root))) { in rb_free_nodes()
/u-boot/include/linux/
A Drbtree.h57 extern struct rb_node *rb_first(const struct rb_root *);
/u-boot/lib/
A Drbtree.c408 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 Dwl.c311 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 Dubi.h999 for (rb = rb_first(root), \
A Dfastmap.c430 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 Dattach.c637 while ((rb = rb_first(&av->root))) { in ubi_remove_av()
/u-boot/fs/btrfs/
A Dextent-cache.c203 struct rb_node *node = rb_first(&tree->root); in first_cache_extent()
/u-boot/fs/ubifs/
A Dlog.c300 p = rb_first(&c->buds); in remove_buds()
A Ddebug.c626 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 Drecovery.c1485 struct rb_node *this = rb_first(&c->size_tree); in ubifs_recover_size()

Completed in 24 milliseconds