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

/fs/ubifs/
H A Dlog.c156 c->bud_bytes += c->leb_size - bud->start;
158 dbg_log("LEB %d:%d, jhead %s, bud_bytes %lld", bud->lnum,
159 bud->start, dbg_jhead(bud->jhead), c->bud_bytes);
212 * It is not necessary to hold @c->buds_lock when reading @c->bud_bytes
213 * because we are holding @c->log_mutex. All @c->bud_bytes take place
214 * when both @c->log_mutex and @c->bud_bytes are locked.
216 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) {
218 c->bud_bytes, c->max_bud_bytes);
229 if (c->bud_bytes >= c->bg_bud_bytes &&
232 c->bud_bytes,
735 long long bud_bytes = 0; local
[all...]
H A Dsuper.c1463 c->bud_bytes, c->bud_bytes >> 10, c->bud_bytes >> 20);
H A Dreplay.c1060 ubifs_assert(c->bud_bytes <= c->max_bud_bytes || c->need_recovery);
H A Dubifs.h1004 * @bud_bytes
1010 * @bud_bytes: how many bytes of flash is used by buds
1011 * @buds_lock: protects the @buds tree, @bud_bytes, and per-journal head bud
1253 long long bud_bytes; member in struct:ubifs_info

Completed in 196 milliseconds