Searched refs:log_lebs (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | sb.c | 80 int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; in create_default_filesystem() local 111 log_lebs = tmp / c->leb_size; in create_default_filesystem() 113 log_lebs += 1; in create_default_filesystem() 116 log_lebs += 1; in create_default_filesystem() 120 max_buds = jnl_lebs - log_lebs; in create_default_filesystem() 139 main_lebs = c->leb_cnt - UBIFS_SB_LEBS - UBIFS_MST_LEBS - log_lebs; in create_default_filesystem() 142 lpt_first = UBIFS_LOG_LNUM + log_lebs; in create_default_filesystem() 173 sup->log_lebs = cpu_to_le32(log_lebs); in create_default_filesystem() 378 if (c->log_lebs < UBIFS_MIN_LOG_LEBS || in validate_sb() 391 min_leb_cnt = UBIFS_SB_LEBS + UBIFS_MST_LEBS + c->log_lebs; in validate_sb() [all …]
|
| H A D | super.c | 869 if (c->log_lebs < tmp) { in init_constants_sb() 871 c->log_lebs, tmp); in init_constants_sb() 1531 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in mount_ubifs() 1616 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs() 1622 y, y >> 20, c->log_lebs + c->max_bud_cnt); in mount_ubifs() 1634 c->log_lebs, UBIFS_LOG_LNUM, c->log_last); in mount_ubifs() 1877 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_remount_rw()
|
| H A D | ubifs-media.h | 626 __le32 log_lebs; member
|
| H A D | master.c | 113 c->lhead_lnum >= UBIFS_LOG_LNUM + c->log_lebs || in validate_master()
|
| H A D | recovery.c | 873 if (next_lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_recover_log_leb()
|
| H A D | ubifs.h | 1904 int log_lebs; member
|
| H A D | debug.c | 349 pr_err("\tlog_lebs %u\n", le32_to_cpu(sup->log_lebs)); in ubifs_dump_node()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | sb.c | 81 int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; in create_default_filesystem() local 116 log_lebs = tmp / c->leb_size; in create_default_filesystem() 118 log_lebs += 1; in create_default_filesystem() 121 log_lebs += 1; in create_default_filesystem() 125 max_buds = jnl_lebs - log_lebs; in create_default_filesystem() 144 main_lebs = c->leb_cnt - UBIFS_SB_LEBS - UBIFS_MST_LEBS - log_lebs; in create_default_filesystem() 147 lpt_first = UBIFS_LOG_LNUM + log_lebs; in create_default_filesystem() 198 sup->log_lebs = cpu_to_le32(log_lebs); in create_default_filesystem() 403 if (c->log_lebs < UBIFS_MIN_LOG_LEBS || in validate_sb() 416 min_leb_cnt = UBIFS_SB_LEBS + UBIFS_MST_LEBS + c->log_lebs; in validate_sb() [all …]
|
| H A D | super.c | 712 if (c->log_lebs < tmp) { in init_constants_sb() 714 c->log_lebs, tmp); in init_constants_sb() 1463 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in mount_ubifs() 1552 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs() 1558 y, y >> 20, c->log_lebs + c->max_bud_cnt); in mount_ubifs() 1570 c->log_lebs, UBIFS_LOG_LNUM, c->log_last); in mount_ubifs() 1801 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_remount_rw()
|
| H A D | ubifs-media.h | 663 __le32 log_lebs; member
|
| H A D | master.c | 192 c->lhead_lnum >= UBIFS_LOG_LNUM + c->log_lebs || in validate_master()
|
| H A D | recovery.c | 897 if (next_lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_recover_log_leb()
|
| H A D | ubifs.h | 1327 int log_lebs; member
|
| H A D | debug.c | 340 pr_err("\tlog_lebs %u\n", le32_to_cpu(sup->log_lebs)); in ubifs_dump_node()
|