Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddecompressor_crypto.c66 [Z_EROFS_COMPRESSION_LZ4] = (struct z_erofs_crypto_engine[]) {
H A Ddecompressor.c40 sbi->available_compr_algs = 1 << Z_EROFS_COMPRESSION_LZ4; in z_erofs_load_lz4_config()
429 [Z_EROFS_COMPRESSION_LZ4] = &(const struct z_erofs_decompressor) {
H A Derofs_fs.h304 Z_EROFS_COMPRESSION_LZ4 = 0, enumerator
H A Dzdata.c1362 if (pcl->algorithmformat != Z_EROFS_COMPRESSION_LZ4) { in z_erofs_decompress_pcluster()