Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dlog.c41 p = c->buds.rb_node; in ubifs_search_bud()
74 p = c->buds.rb_node; in ubifs_get_wbuf()
124 p = &c->buds.rb_node; in ubifs_add_bud()
136 rb_insert_color(&bud->rb, &c->buds); in ubifs_add_bud()
300 p = rb_first(&c->buds); in remove_buds()
325 rb_erase(p1, &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()
2574 } else if (write && !RB_EMPTY_ROOT(&c->buds) && in power_cut_emulated()
A Dsuper.c1065 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) in free_buds()
2217 c->buds = RB_ROOT; in alloc_ubifs_info()
A Dubifs.h1855 struct rb_root buds; member

Completed in 19 milliseconds