Searched refs:max_bud_bytes (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | sb.c | 197 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 D | log.c | 160 * exceed the 'c->max_bud_bytes' limit. Returns zero in case of success, 197 * 'c->max_bud_bytes' limit, because we want to guarantee mount time in ubifs_add_bud_to_log() 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()
|
H A D | super.c | 707 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb() 731 * 'c->max_bud_bytes', UBIFS just blocks all writers and starts commit. 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() 1561 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs() 1611 c->max_bud_bytes, c->max_bud_bytes >> 10, in mount_ubifs() 1612 c->max_bud_bytes >> 20); in mount_ubifs()
|
H A D | ubifs-media.h | 628 * @max_bud_bytes: maximum amount of data stored in buds 662 __le64 max_bud_bytes; member
|
H A D | replay.c | 1242 ubifs_assert(c, c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
|
H A D | ubifs.h | 1025 * @max_bud_bytes: maximum number of bytes allowed in buds 1279 long long max_bud_bytes; member
|
H A D | debug.c | 369 (unsigned long long)le64_to_cpu(sup->max_bud_bytes)); in ubifs_dump_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | sb.c | 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()
|
H A D | log.c | 160 * exceed the 'c->max_bud_bytes' limit. Returns zero in case of success, 197 * 'c->max_bud_bytes' limit, because we want to guarantee mount time in ubifs_add_bud_to_log() 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()
|
H A D | super.c | 707 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb() 731 * 'c->max_bud_bytes', UBIFS just blocks all writers and starts commit. 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 D | ubifs-media.h | 628 * @max_bud_bytes: maximum amount of data stored in buds 662 __le64 max_bud_bytes; member
|
H A D | replay.c | 1242 ubifs_assert(c, c->bud_bytes <= c->max_bud_bytes || c->need_recovery); in ubifs_replay_journal()
|
H A D | ubifs.h | 1046 * @max_bud_bytes: maximum number of bytes allowed in buds 1304 long long max_bud_bytes; member
|
H A D | debug.c | 369 (unsigned long long)le64_to_cpu(sup->max_bud_bytes)); in ubifs_dump_node()
|
Completed in 34 milliseconds