Searched refs:z_erofs_decompressor (Results 1 – 6 of 6) sorted by relevance
23 struct z_erofs_decompressor { struct56 extern const struct z_erofs_decompressor z_erofs_lzma_decomp;57 extern const struct z_erofs_decompressor z_erofs_deflate_decomp;58 extern const struct z_erofs_decompressor z_erofs_zstd_decomp;59 extern const struct z_erofs_decompressor *z_erofs_decomp[];
420 const struct z_erofs_decompressor *z_erofs_decomp[] = {421 [Z_EROFS_COMPRESSION_SHIFTED] = &(const struct z_erofs_decompressor) {425 [Z_EROFS_COMPRESSION_INTERLACED] = &(const struct z_erofs_decompressor) {429 [Z_EROFS_COMPRESSION_LZ4] = &(const struct z_erofs_decompressor) {469 const struct z_erofs_decompressor *dec = z_erofs_decomp[alg]; in z_erofs_parse_cfgs()
197 const struct z_erofs_decompressor z_erofs_deflate_decomp = {
229 const struct z_erofs_decompressor z_erofs_lzma_decomp = {
214 const struct z_erofs_decompressor z_erofs_zstd_decomp = {
1258 const struct z_erofs_decompressor *alg = in z_erofs_decompress_pcluster()