Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dsb.c82 int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; in create_default_filesystem() local
113 log_lebs = tmp / c->leb_size; in create_default_filesystem()
115 log_lebs += 1; in create_default_filesystem()
118 log_lebs += 1; in create_default_filesystem()
122 max_buds = jnl_lebs - log_lebs; in create_default_filesystem()
141 main_lebs = c->leb_cnt - UBIFS_SB_LEBS - UBIFS_MST_LEBS - log_lebs; in create_default_filesystem()
144 lpt_first = UBIFS_LOG_LNUM + log_lebs; in create_default_filesystem()
175 sup->log_lebs = cpu_to_le32(log_lebs); in create_default_filesystem()
379 if (c->log_lebs < UBIFS_MIN_LOG_LEBS || in validate_sb()
392 min_leb_cnt = UBIFS_SB_LEBS + UBIFS_MST_LEBS + c->log_lebs; in validate_sb()
[all …]
Dsuper.c686 if (c->log_lebs < tmp) { in init_constants_sb()
688 c->log_lebs, tmp); in init_constants_sb()
1327 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in mount_ubifs()
1409 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1415 y, y >> 20, c->log_lebs + c->max_bud_cnt); in mount_ubifs()
1427 c->log_lebs, UBIFS_LOG_LNUM, c->log_last); in mount_ubifs()
1652 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_remount_rw()
Dubifs-media.h633 __le32 log_lebs; member
Dmaster.c119 c->lhead_lnum >= UBIFS_LOG_LNUM + c->log_lebs || in validate_master()
Dubifs.h1305 int log_lebs; member
Drecovery.c876 if (next_lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_recover_log_leb()
Ddebug.c347 pr_err("\tlog_lebs %u\n", le32_to_cpu(sup->log_lebs)); in ubifs_dump_node()