Lines Matching refs:clusterofs
160 u16 clusterofs; member
194 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()
213 m->clusterofs = le16_to_cpu(di->di_clusterofs); in legacy_load_cluster_from_disk()
294 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()
326 m->clusterofs = lo; in unpack_compacted_index()
469 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
583 m->clusterofs != 1 << lclusterbits); in z_erofs_get_extent_decompressedlen()
600 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
639 if (endoff >= m.clusterofs) { in z_erofs_do_map_blocks()
641 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_do_map_blocks()
659 end = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_do_map_blocks()