Lines Matching refs:z_lclusterbits
43 m->clusterofs = 1 << vi->z_lclusterbits; in z_erofs_load_full_lcluster()
58 if (m->clusterofs >= 1 << vi->z_lclusterbits) { in z_erofs_load_full_lcluster()
107 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_load_compact_lcluster()
265 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_extent_lookback()
309 (lcn << vi->z_lclusterbits) >= inode->i_size) in z_erofs_get_extent_compressedlen()
352 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_get_extent_decompressedlen()
391 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_map_blocks_fo()
537 lstart = round_down(map->m_la, 1 << vi->z_lclusterbits); in z_erofs_map_blocks_ext()
538 pos += (lstart >> vi->z_lclusterbits) * recsz; in z_erofs_map_blocks_ext()
542 for (; lstart <= map->m_la; lstart += 1 << vi->z_lclusterbits) { in z_erofs_map_blocks_ext()
555 last = (lstart >= round_up(lend, 1 << vi->z_lclusterbits)); in z_erofs_map_blocks_ext()
557 lstart -= 1 << vi->z_lclusterbits; in z_erofs_map_blocks_ext()
661 vi->z_lclusterbits = sb->s_blocksize_bits + (h->h_clusterbits & 15); in z_erofs_fill_inode()