Lines Matching refs:bud_bytes
149 c->bud_bytes += c->leb_size - bud->start; in ubifs_add_bud()
152 bud->start, dbg_jhead(bud->jhead), c->bud_bytes); in ubifs_add_bud()
209 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) { in ubifs_add_bud_to_log()
211 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
222 if (c->bud_bytes >= c->bg_bud_bytes && in ubifs_add_bud_to_log()
225 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
473 c->bud_bytes -= c->cmt_bud_bytes; in ubifs_log_end_commit()
728 long long bud_bytes = 0; in dbg_check_bud_bytes() local
736 bud_bytes += c->leb_size - bud->start; in dbg_check_bud_bytes()
738 if (c->bud_bytes != bud_bytes) { in dbg_check_bud_bytes()
740 c->bud_bytes, bud_bytes); in dbg_check_bud_bytes()