Home
last modified time | relevance | path

Searched refs:max_bud_bytes (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dsb.c171 sup->max_bud_bytes = cpu_to_le64(tmp64); in create_default_filesystem()
412 if (c->max_bud_bytes < max_bytes) { in validate_sb()
414 c->max_bud_bytes, max_bytes); in validate_sb()
419 if (c->max_bud_bytes > max_bytes) { in validate_sb()
421 c->max_bud_bytes, max_bytes); in validate_sb()
608 c->max_bud_bytes = le64_to_cpu(sup->max_bud_bytes); in ubifs_read_superblock()
H A Dlog.c207 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()
223 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
H A Dsuper.c863 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()
892 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4; in init_constants_sb()
903 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()
904 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()
1619 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1670 c->max_bud_bytes, c->max_bud_bytes >> 10, in mount_ubifs()
1671 c->max_bud_bytes >> 20); in mount_ubifs()
H A Dubifs-media.h624 __le64 max_bud_bytes; member
H A Dreplay.c1066 ubifs_assert(c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
H A Dubifs.h1860 long long max_bud_bytes; member
H A Ddebug.c347 (unsigned long long)le64_to_cpu(sup->max_bud_bytes)); in ubifs_dump_node()
/openbmc/linux/fs/ubifs/
H A Dsb.c200 sup->max_bud_bytes = cpu_to_le64(tmp64); in create_default_filesystem()
441 if (c->max_bud_bytes < max_bytes) { in validate_sb()
443 c->max_bud_bytes, max_bytes); in validate_sb()
448 if (c->max_bud_bytes > max_bytes) { in validate_sb()
450 c->max_bud_bytes, max_bytes); in validate_sb()
717 c->max_bud_bytes = le64_to_cpu(sup->max_bud_bytes); in ubifs_read_superblock()
H A Dlog.c204 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()
220 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
H A Dsuper.c707 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()
736 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4; in init_constants_sb()
747 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()
748 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()
1564 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1614 c->max_bud_bytes, c->max_bud_bytes >> 10, in mount_ubifs()
1615 c->max_bud_bytes >> 20); in mount_ubifs()
H A Dubifs-media.h662 __le64 max_bud_bytes; member
H A Dreplay.c1242 ubifs_assert(c, c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
H A Dubifs.h1304 long long max_bud_bytes; member
H A Ddebug.c369 (unsigned long long)le64_to_cpu(sup->max_bud_bytes)); in ubifs_dump_node()