Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Dzmap.c25 vi->z_logical_clusterbits = LOG_BLOCK_SIZE; in z_erofs_fill_inode()
90 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
194 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()
265 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()
374 const unsigned int lclusterbits = vi->z_logical_clusterbits; in compacted_load_cluster_from_disk()
443 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()
491 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_compressedlen()
566 unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_decompressedlen()
620 lclusterbits = vi->z_logical_clusterbits; in z_erofs_do_map_blocks()
Dinternal.h328 unsigned char z_logical_clusterbits; member