Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dlog.c156 c->bud_bytes += c->leb_size - bud->start; in ubifs_add_bud()
159 bud->start, dbg_jhead(bud->jhead), c->bud_bytes); in ubifs_add_bud()
216 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) { in ubifs_add_bud_to_log()
218 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
229 if (c->bud_bytes >= c->bg_bud_bytes && in ubifs_add_bud_to_log()
232 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
480 c->bud_bytes -= c->cmt_bud_bytes; in ubifs_log_end_commit()
735 long long bud_bytes = 0; in dbg_check_bud_bytes() local
743 bud_bytes += c->leb_size - bud->start; in dbg_check_bud_bytes()
745 if (c->bud_bytes != bud_bytes) { in dbg_check_bud_bytes()
[all …]
Dsuper.c1499 c->bud_bytes, c->bud_bytes >> 10, c->bud_bytes >> 20); in mount_ubifs()
Dreplay.c1109 ubifs_assert(c, c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
Dubifs.h1250 long long bud_bytes; member