Searched refs:max_bud_bytes (Results 1 – 7 of 7) sorted by relevance
174 sup->max_bud_bytes = cpu_to_le64(tmp64); in create_default_filesystem()414 if (c->max_bud_bytes < max_bytes) { in validate_sb()416 c->max_bud_bytes, max_bytes); in validate_sb()421 if (c->max_bud_bytes > max_bytes) { in validate_sb()423 c->max_bud_bytes, max_bytes); in validate_sb()605 c->max_bud_bytes = le64_to_cpu(sup->max_bud_bytes); in ubifs_read_superblock()
216 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) { in ubifs_add_bud_to_log()218 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()232 c->bud_bytes, c->max_bud_bytes); in ubifs_add_bud_to_log()
681 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()710 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4; in init_constants_sb()721 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()722 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()1409 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()1459 c->max_bud_bytes, c->max_bud_bytes >> 10, in mount_ubifs()1460 c->max_bud_bytes >> 20); in mount_ubifs()
632 __le64 max_bud_bytes; member
1073 ubifs_assert(c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
1262 long long max_bud_bytes; member
346 (unsigned long long)le64_to_cpu(sup->max_bud_bytes)); in ubifs_dump_node()