Home
last modified time | relevance | path

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

/fs/erofs/
A Dzmap.c107 u16 clusterofs; member
158 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()
175 m->clusterofs = le16_to_cpu(di->di_clusterofs); in legacy_load_cluster_from_disk()
256 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()
288 m->clusterofs = lo; in unpack_compacted_index()
434 map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
534 m->clusterofs != 1 << lclusterbits); in z_erofs_get_extent_decompressedlen()
551 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
588 if (endoff >= m.clusterofs) { in z_erofs_do_map_blocks()
590 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_do_map_blocks()
[all …]

Completed in 4 milliseconds