Home
last modified time | relevance | path

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

/Linux-v5.4/fs/erofs/
Dzdata.c170 const unsigned int clusterpages = BIT(pcl->clusterbits); in preload_compressed_pages()
217 const unsigned int clusterpages = BIT(pcl->clusterbits); in erofs_try_to_free_all_cached_pages()
252 const unsigned int clusterpages = BIT(pcl->clusterbits); in erofs_try_to_free_cached_page()
280 const unsigned int clusterpages = BIT(pcl->clusterbits); in z_erofs_try_inplace_io()
425 pcl->clusterbits = EROFS_I(inode)->z_physical_clusterbits[0]; in clregister()
426 pcl->clusterbits -= PAGE_SHIFT; in clregister()
760 const unsigned int clusterpages = BIT(pcl->clusterbits); in z_erofs_decompress_pcluster()
1243 clusterpages = BIT(pcl->clusterbits); in z_erofs_vle_submit_all()
Dzdata.h71 unsigned char clusterbits; member