Home
last modified time | relevance | path

Searched refs:log_lebs (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/fs/ubifs/
Dsb.c79 int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; in create_default_filesystem() local
110 log_lebs = tmp / c->leb_size; in create_default_filesystem()
112 log_lebs += 1; in create_default_filesystem()
115 log_lebs += 1; in create_default_filesystem()
119 max_buds = jnl_lebs - log_lebs; in create_default_filesystem()
138 main_lebs = c->leb_cnt - UBIFS_SB_LEBS - UBIFS_MST_LEBS - log_lebs; in create_default_filesystem()
141 lpt_first = UBIFS_LOG_LNUM + log_lebs; in create_default_filesystem()
172 sup->log_lebs = cpu_to_le32(log_lebs); in create_default_filesystem()
377 if (c->log_lebs < UBIFS_MIN_LOG_LEBS || in validate_sb()
390 min_leb_cnt = UBIFS_SB_LEBS + UBIFS_MST_LEBS + c->log_lebs; in validate_sb()
[all …]
Dsuper.c868 if (c->log_lebs < tmp) { in init_constants_sb()
870 c->log_lebs, tmp); in init_constants_sb()
1533 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in mount_ubifs()
1619 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1626 y, y >> 20, c->log_lebs + c->max_bud_cnt); in mount_ubifs()
1638 c->log_lebs, UBIFS_LOG_LNUM, c->log_last); in mount_ubifs()
1879 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_remount_rw()
Dubifs-media.h625 __le32 log_lebs; member
Dmaster.c112 c->lhead_lnum >= UBIFS_LOG_LNUM + c->log_lebs || in validate_master()
Drecovery.c872 if (next_lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_recover_log_leb()
Dubifs.h1903 int log_lebs; member
Ddebug.c348 pr_err("\tlog_lebs %u\n", le32_to_cpu(sup->log_lebs)); in ubifs_dump_node()