Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dzmap.c117 u16 clusterofs; member
180 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 …]
/linux/Documentation/filesystems/
A Derofs.rst249 clusterofs clusterofs clusterofs
269 For each HEAD lcluster, clusterofs is recorded to indicate where a new extent

Completed in 10 milliseconds