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

/linux-master/fs/ubifs/
H A Dlog.c144 c->bud_bytes += c->leb_size - bud->start;
146 dbg_log("LEB %d:%d, jhead %s, bud_bytes %lld", bud->lnum,
147 bud->start, dbg_jhead(bud->jhead), c->bud_bytes);
200 * It is not necessary to hold @c->buds_lock when reading @c->bud_bytes
201 * because we are holding @c->log_mutex. All @c->bud_bytes take place
202 * when both @c->log_mutex and @c->bud_bytes are locked.
204 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) {
206 c->bud_bytes, c->max_bud_bytes);
217 if (c->bud_bytes >= c->bg_bud_bytes &&
220 c->bud_bytes,
744 long long bud_bytes = 0; local
[all...]
H A Dsuper.c1619 c->bud_bytes, c->bud_bytes >> 10, c->bud_bytes >> 20);
H A Dreplay.c1243 ubifs_assert(c, c->bud_bytes <= c->max_bud_bytes || c->need_recovery);
H A Dubifs.h1035 * @bud_bytes
1041 * @bud_bytes: how many bytes of flash is used by buds
1042 * @buds_lock: protects the @buds tree, @bud_bytes, and per-journal head bud
1302 long long bud_bytes; member in struct:ubifs_info

Completed in 131 milliseconds