Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
Dzdata.h69 unsigned char algorithmformat; member
Dzdata.c400 pcl->algorithmformat = Z_EROFS_COMPRESSION_LZ4; in z_erofs_register_collection()
402 pcl->algorithmformat = Z_EROFS_COMPRESSION_SHIFTED; in z_erofs_register_collection()
888 .alg = pcl->algorithmformat, in z_erofs_decompress_pcluster()
/kernel/linux/linux-6.6/fs/erofs/
Dzdata.c82 unsigned char algorithmformat; member
806 pcl->algorithmformat = map->m_algorithmformat; in z_erofs_register_pcluster()
1252 &erofs_decompressors[pcl->algorithmformat]; in z_erofs_decompress_pcluster()
1304 .alg = pcl->algorithmformat, in z_erofs_decompress_pcluster()