Searched refs:max_bud_bytes (Results 1 – 3 of 3) sorted by relevance
200 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()
204 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()
662 __le64 max_bud_bytes; member