Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
107 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_load_compact_lcluster() local116 if (lcn >= totalidx || lclusterbits > 14) in z_erofs_load_compact_lcluster()142 if (1 << amortizedshift == 4 && lclusterbits <= 14) in z_erofs_load_compact_lcluster()165 m->clusterofs = 1 << lclusterbits; in z_erofs_load_compact_lcluster()352 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_get_extent_decompressedlen() local358 if ((lcn << lclusterbits) >= inode->i_size) { in z_erofs_get_extent_decompressedlen()391 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_map_blocks_fo() local410 initial_lcn = ofs >> lclusterbits; in z_erofs_map_blocks_fo()411 endoff = ofs & ((1 << lclusterbits) - 1); in z_erofs_map_blocks_fo()420 end = (m.lcn + 1ULL) << lclusterbits; in z_erofs_map_blocks_fo()[all …]
Completed in 3 milliseconds