Home
last modified time | relevance | path

Searched refs:buds (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dlog.c39 p = c->buds.rb_node; in ubifs_search_bud()
72 p = c->buds.rb_node; in ubifs_get_wbuf()
122 p = &c->buds.rb_node; in ubifs_add_bud()
134 rb_insert_color(&bud->rb, &c->buds); in ubifs_add_bud()
298 p = rb_first(&c->buds); in remove_buds()
323 rb_erase(p1, &c->buds); in remove_buds()
H A Ddebug.c624 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg()
717 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop()
2572 } else if (write && !RB_EMPTY_ROOT(&c->buds) && in power_cut_emulated()
H A Dsuper.c1061 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) in free_buds()
2213 c->buds = RB_ROOT; in alloc_ubifs_info()
H A Dubifs.h1855 struct rb_root buds; member