Home
last modified time | relevance | path

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

/linux-3.4.99/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()
143 main_lebs = c->leb_cnt - UBIFS_SB_LEBS - UBIFS_MST_LEBS - log_lebs; in create_default_filesystem()
146 lpt_first = UBIFS_LOG_LNUM + log_lebs; in create_default_filesystem()
177 sup->log_lebs = cpu_to_le32(log_lebs); in create_default_filesystem()
383 if (c->log_lebs < UBIFS_MIN_LOG_LEBS || in validate_sb()
396 min_leb_cnt = UBIFS_SB_LEBS + UBIFS_MST_LEBS + c->log_lebs; in validate_sb()
[all …]
Dsuper.c685 if (c->log_lebs < tmp) { in init_constants_sb()
687 c->log_lebs, tmp); in init_constants_sb()
1342 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in mount_ubifs()
1427 x = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1429 "LEBs)", x, x >> 10, x >> 20, c->log_lebs + c->max_bud_cnt); in mount_ubifs()
1447 c->log_lebs, UBIFS_LOG_LNUM, c->log_last); in mount_ubifs()
1672 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_remount_rw()
Dubifs-media.h633 __le32 log_lebs; member
Dreplay.c1031 for (i = 0; i < c->log_lebs; i++, lnum++) { in ubifs_replay_journal()
1032 if (lnum >= UBIFS_LOG_LNUM + c->log_lebs) { in ubifs_replay_journal()
Dmaster.c119 c->lhead_lnum >= UBIFS_LOG_LNUM + c->log_lebs || in validate_master()
Dubifs.h1293 int log_lebs; member
Drecovery.c877 if (next_lnum >= UBIFS_LOG_LNUM + c->log_lebs) in ubifs_recover_log_leb()
Ddebug.c358 le32_to_cpu(sup->log_lebs)); in dbg_dump_node()