Searched refs:max_buds (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | sb.c | 81 int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; in create_default_filesystem() local 125 max_buds = jnl_lebs - log_lebs; in create_default_filesystem() 126 if (max_buds < UBIFS_MIN_BUD_LEBS) in create_default_filesystem() 127 max_buds = UBIFS_MIN_BUD_LEBS; in create_default_filesystem() 174 tmp64 = (long long)max_buds * c->leb_size; in create_default_filesystem()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | sb.c | 84 int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; in create_default_filesystem() local 128 max_buds = jnl_lebs - log_lebs; in create_default_filesystem() 129 if (max_buds < UBIFS_MIN_BUD_LEBS) in create_default_filesystem() 130 max_buds = UBIFS_MIN_BUD_LEBS; in create_default_filesystem() 177 tmp64 = (long long)max_buds * c->leb_size; in create_default_filesystem()
|
Completed in 3 milliseconds