Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c16 u16 clusterofs; member
43 m->clusterofs = 1 << vi->z_lclusterbits; in z_erofs_load_full_lcluster()
57 m->clusterofs = le16_to_cpu(di->di_clusterofs); in z_erofs_load_full_lcluster()
161 m->clusterofs = 1 << lclusterbits; in z_erofs_load_compact_lcluster()
193 m->clusterofs = lo; in z_erofs_load_compact_lcluster()
257 m->clusterofs >= (1 << vi->z_lclusterbits)) { in z_erofs_load_lcluster_from_disk()
286 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
383 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la; in z_erofs_get_extent_decompressedlen()
425 if (m.type != Z_EROFS_LCLUSTER_TYPE_NONHEAD && endoff >= m.clusterofs) { in z_erofs_map_blocks_fo()
427 map->m_la = (m.lcn << lclusterbits) | m.clusterofs; in z_erofs_map_blocks_fo()
[all …]