Searched refs:clusterofs (Results 1 – 2 of 2) sorted by relevance
117 u16 clusterofs; member180 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()197 m->clusterofs = le16_to_cpu(di->di_clusterofs); in legacy_load_cluster_from_disk()274 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()306 m->clusterofs = lo; in unpack_compacted_index()456 map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()565 m->clusterofs != 1 << lclusterbits); in z_erofs_get_extent_decompressedlen()582 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()630 if (endoff >= m.clusterofs) { in z_erofs_map_blocks_iter()632 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_map_blocks_iter()[all …]
249 clusterofs clusterofs clusterofs269 For each HEAD lcluster, clusterofs is recorded to indicate where a new extent
Completed in 10 milliseconds