Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
Dsb.c84 int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; in create_default_filesystem() local
119 log_lebs = tmp / c->leb_size; in create_default_filesystem()
121 log_lebs += 1; in create_default_filesystem()
124 log_lebs += 1; in create_default_filesystem()
128 max_buds = jnl_lebs - log_lebs; in create_default_filesystem()
147 main_lebs = c->leb_cnt - UBIFS_SB_LEBS - UBIFS_MST_LEBS - log_lebs; in create_default_filesystem()
150 lpt_first = UBIFS_LOG_LNUM + log_lebs; in create_default_filesystem()
201 sup->log_lebs = cpu_to_le32(log_lebs); in create_default_filesystem()
406 if (c->log_lebs < UBIFS_MIN_LOG_LEBS || in validate_sb()
419 min_leb_cnt = UBIFS_SB_LEBS + UBIFS_MST_LEBS + c->log_lebs; in validate_sb()
[all …]
Dsuper.c712 if (c->log_lebs < tmp) { in init_constants_sb()
714 c->log_lebs, tmp); in init_constants_sb()
1466 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in mount_ubifs()
1555 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1561 y, y >> 20, c->log_lebs + c->max_bud_cnt); in mount_ubifs()
1573 c->log_lebs, UBIFS_LOG_LNUM, c->log_last); in mount_ubifs()
1806 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_remount_rw()
Dubifs-media.h663 __le32 log_lebs; member
Dmaster.c192 c->lhead_lnum >= UBIFS_LOG_LNUM + c->log_lebs || in validate_master()
Drecovery.c864 if (next_lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_recover_log_leb()
Dubifs.h1355 int log_lebs; member
Ddebug.c370 pr_err("\tlog_lebs %u\n", le32_to_cpu(sup->log_lebs)); in ubifs_dump_node()