Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsb.c172 sup->max_bud_bytes = cpu_to_le64(tmp64); in create_default_filesystem()
413 if (c->max_bud_bytes < max_bytes) { in validate_sb()
415 c->max_bud_bytes, max_bytes); in validate_sb()
420 if (c->max_bud_bytes > max_bytes) { in validate_sb()
422 c->max_bud_bytes, max_bytes); in validate_sb()
609 c->max_bud_bytes = le64_to_cpu(sup->max_bud_bytes); in ubifs_read_superblock()
H A Dlog.c208 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) { in ubifs_add_bud_to_log()
210 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
224 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
H A Dsuper.c864 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()
893 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4; in init_constants_sb()
904 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()
905 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()
1616 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1666 c->max_bud_bytes, c->max_bud_bytes >> 10, in mount_ubifs()
1667 c->max_bud_bytes >> 20); in mount_ubifs()
H A Dubifs-media.h625 __le64 max_bud_bytes; member
H A Dreplay.c1067 ubifs_assert(c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
H A Dubifs.h1861 long long max_bud_bytes; member
H A Ddebug.c348 (unsigned long long)le64_to_cpu(sup->max_bud_bytes)); in ubifs_dump_node()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsb.c197 sup->max_bud_bytes = cpu_to_le64(tmp64); in create_default_filesystem()
438 if (c->max_bud_bytes < max_bytes) { in validate_sb()
440 c->max_bud_bytes, max_bytes); in validate_sb()
445 if (c->max_bud_bytes > max_bytes) { in validate_sb()
447 c->max_bud_bytes, max_bytes); in validate_sb()
714 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()
1552 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1602 c->max_bud_bytes, c->max_bud_bytes >> 10, in mount_ubifs()
1603 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.h1279 long long max_bud_bytes; member
H A Ddebug.c339 (unsigned long long)le64_to_cpu(sup->max_bud_bytes)); in ubifs_dump_node()