Searched refs:max_bud_bytes (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ubifs/
H A Dsb.c200 sup->max_bud_bytes = cpu_to_le64(tmp64);
441 if (c->max_bud_bytes < max_bytes) {
443 c->max_bud_bytes, max_bytes);
448 if (c->max_bud_bytes > max_bytes) {
450 c->max_bud_bytes, max_bytes);
717 c->max_bud_bytes = le64_to_cpu(sup->max_bud_bytes);
H A Dlog.c160 * exceed the 'c->max_bud_bytes' limit. Returns zero in case of success,
197 * 'c->max_bud_bytes' limit, because we want to guarantee mount time
204 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) {
206 c->bud_bytes, c->max_bud_bytes);
220 c->bud_bytes, c->max_bud_bytes);
H A Dsuper.c703 tmp64 = c->max_bud_bytes + c->leb_size - 1;
727 * 'c->max_bud_bytes', UBIFS just blocks all writers and starts commit.
732 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4;
743 if (c->max_bud_bytes < tmp64 + c->leb_size)
744 c->max_bud_bytes = tmp64 + c->leb_size;
1563 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes;
1613 c->max_bud_bytes, c->max_bud_bytes >> 10,
1614 c->max_bud_bytes >> 20);
H A Dubifs-media.h628 * @max_bud_bytes: maximum amount of data stored in buds
662 __le64 max_bud_bytes; member in struct:ubifs_sb_node
H A Dreplay.c1243 ubifs_assert(c, c->bud_bytes <= c->max_bud_bytes || c->need_recovery);
H A Dubifs.h1046 * @max_bud_bytes: maximum number of bytes allowed in buds
1306 long long max_bud_bytes; member in struct:ubifs_info
H A Ddebug.c369 (unsigned long long)le64_to_cpu(sup->max_bud_bytes));

Completed in 165 milliseconds