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

/linux-master/fs/ubifs/
H A Dlog.c14 * which does not contain any data but refers to buds. The log is a part of the
36 p = c->buds.rb_node;
69 p = c->buds.rb_node;
108 * ubifs_add_bud - add bud LEB to the tree of buds and its journal head list.
119 p = &c->buds.rb_node;
131 rb_insert_color(&bud->rb, &c->buds);
159 * and adds it to the buds trees. It also makes sure that log size does not
196 * Make sure the amount of space in buds will not exceed the
291 * remove_buds - remove used buds.
294 * This function removes use buds fro
[all...]
H A Ddebug.c657 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) {
745 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) {
2551 } else if (write && !RB_EMPTY_ROOT(&c->buds) &&
H A Dsuper.c701 * all buds plus one reserved LEB.
726 * When the amount of flash space used by buds becomes
922 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) {
2156 c->buds = RB_ROOT;
H A Dubifs.h716 * @list: link in the list buds belonging to the same journal head
717 * @rb: link in the tree of all buds
736 * Note, the @buds list is protected by the @c->buds_lock.
1038 * committed buds
1040 * @buds: tree of all buds indexed by bud LEB number
1041 * @bud_bytes: how many bytes of flash is used by buds
1042 * @buds_lock: protects the @buds tree, @bud_bytes, and per-journal head bud
1046 * @max_bud_bytes: maximum number of bytes allowed in buds
1048 * @old_buds: buds t
1301 struct rb_root buds; member in struct:ubifs_info
[all...]

Completed in 141 milliseconds