Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ubifs/
Dsb.c82 int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; in create_default_filesystem() local
122 max_buds = jnl_lebs - log_lebs; in create_default_filesystem()
123 if (max_buds < UBIFS_MIN_BUD_LEBS) in create_default_filesystem()
124 max_buds = UBIFS_MIN_BUD_LEBS; in create_default_filesystem()
165 tmp64 = (long long)max_buds * c->leb_size; in create_default_filesystem()