Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
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()
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()
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()
Dubifs-media.h624 __le64 max_bud_bytes; member
Dreplay.c1066 ubifs_assert(c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
Dubifs.h1860 long long max_bud_bytes; member
Ddebug.c347 (unsigned long long)le64_to_cpu(sup->max_bud_bytes)); in ubifs_dump_node()