Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dsb.c37 #define DEFAULT_MAX_JNL (32*1024*1024) macro
100 if (jnl_lebs * c->leb_size > DEFAULT_MAX_JNL) in create_default_filesystem()
101 jnl_lebs = DEFAULT_MAX_JNL / c->leb_size; in create_default_filesystem()