Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
Dzdata.c160 const unsigned int clusterpages = BIT(pcl->clusterbits); in preload_compressed_pages()
207 const unsigned int clusterpages = BIT(pcl->clusterbits); in erofs_try_to_free_all_cached_pages()
242 const unsigned int clusterpages = BIT(pcl->clusterbits); in erofs_try_to_free_cached_page()
270 const unsigned int clusterpages = BIT(pcl->clusterbits); in z_erofs_try_inplace_io()
404 pcl->clusterbits = EROFS_I(inode)->z_physical_clusterbits[0]; in z_erofs_register_collection()
405 pcl->clusterbits -= PAGE_SHIFT; in z_erofs_register_collection()
744 const unsigned int clusterpages = BIT(pcl->clusterbits); in z_erofs_decompress_pcluster()
1189 end = cur + BIT(pcl->clusterbits); in z_erofs_submit_queue()
Dzdata.h71 unsigned char clusterbits; member