Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
Dzdata.c160 const unsigned int clusterpages = BIT(pcl->clusterbits); in preload_compressed_pages() local
168 for (; pages < pcl->compressed_pages + clusterpages; ++pages) { in preload_compressed_pages()
207 const unsigned int clusterpages = BIT(pcl->clusterbits); in erofs_try_to_free_all_cached_pages() local
214 for (i = 0; i < clusterpages; ++i) { in erofs_try_to_free_all_cached_pages()
242 const unsigned int clusterpages = BIT(pcl->clusterbits); in erofs_try_to_free_cached_page() local
248 for (i = 0; i < clusterpages; ++i) { in erofs_try_to_free_cached_page()
270 const unsigned int clusterpages = BIT(pcl->clusterbits); in z_erofs_try_inplace_io() local
272 while (clt->compressedpages < pcl->compressed_pages + clusterpages) { in z_erofs_try_inplace_io()
744 const unsigned int clusterpages = BIT(pcl->clusterbits); in z_erofs_decompress_pcluster() local
826 for (i = 0; i < clusterpages; ++i) { in z_erofs_decompress_pcluster()
[all …]