Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Derofs_fs.h317 #define Z_EROFS_LZMA_MAX_DICT_SIZE (8 * Z_EROFS_PCLUSTER_MAX_SIZE) macro
H A Ddecompressor_lzma.c93 if (dict_size > Z_EROFS_LZMA_MAX_DICT_SIZE || dict_size < 4096) { in z_erofs_load_lzma_config()