Searched refs:bud_bytes (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | log.c | 147 c->bud_bytes += c->leb_size - bud->start; in ubifs_add_bud() 150 bud->start, dbg_jhead(bud->jhead), c->bud_bytes); in ubifs_add_bud() 207 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) { in ubifs_add_bud_to_log() 209 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log() 220 if (c->bud_bytes >= c->bg_bud_bytes && in ubifs_add_bud_to_log() 223 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log() 471 c->bud_bytes -= c->cmt_bud_bytes; in ubifs_log_end_commit() 726 long long bud_bytes = 0; in dbg_check_bud_bytes() local 734 bud_bytes += c->leb_size - bud->start; in dbg_check_bud_bytes() 736 if (c->bud_bytes != bud_bytes) { in dbg_check_bud_bytes() [all …]
|
H A D | super.c | 1676 c->bud_bytes, c->bud_bytes >> 10, c->bud_bytes >> 20); in mount_ubifs()
|
H A D | replay.c | 1066 ubifs_assert(c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
|
H A D | ubifs.h | 1856 long long bud_bytes; member
|
/openbmc/linux/fs/ubifs/ |
H A D | log.c | 144 c->bud_bytes += c->leb_size - bud->start; in ubifs_add_bud() 147 bud->start, dbg_jhead(bud->jhead), c->bud_bytes); in ubifs_add_bud() 204 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) { in ubifs_add_bud_to_log() 206 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log() 217 if (c->bud_bytes >= c->bg_bud_bytes && in ubifs_add_bud_to_log() 220 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log() 488 c->bud_bytes -= c->cmt_bud_bytes; in ubifs_log_end_commit() 744 long long bud_bytes = 0; in dbg_check_bud_bytes() local 752 bud_bytes += c->leb_size - bud->start; in dbg_check_bud_bytes() 754 if (c->bud_bytes != bud_bytes) { in dbg_check_bud_bytes() [all …]
|
H A D | super.c | 1620 c->bud_bytes, c->bud_bytes >> 10, c->bud_bytes >> 20); in mount_ubifs()
|
H A D | replay.c | 1242 ubifs_assert(c, c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
|
H A D | ubifs.h | 1300 long long bud_bytes; member
|