Lines Matching refs:bud
649 * bud_wbuf_callback - bud LEB write-buffer synchronization call-back.
657 * accounting in bud logical eraseblocks. This function returns zero in case of
734 * when number of bud bytes becomes above the limit defined below.
919 * free_buds - free per-bud objects.
924 struct ubifs_bud *bud, *n;
926 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb)
927 kfree(bud);
1192 struct ubifs_bud *bud;
1194 bud = list_entry(c->old_buds.next, struct ubifs_bud, list);
1195 list_del(&bud->list);
1196 kfree(bud);
1610 dbg_gen("maximum bud bytes: %lld (%lld KiB, %lld MiB)",
1613 dbg_gen("BG commit bud bytes: %lld (%lld KiB, %lld MiB)",
1616 dbg_gen("current bud bytes %lld (%lld KiB, %lld MiB)",