Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Dzmap.c20 vi->z_logical_clusterbits = LOG_BLOCK_SIZE; in z_erofs_fill_inode()
78 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
178 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()
245 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()
350 const unsigned int lclusterbits = vi->z_logical_clusterbits; in compacted_load_cluster_from_disk()
421 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()
469 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_compressedlen()
538 unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_decompressedlen()
603 lclusterbits = vi->z_logical_clusterbits; in z_erofs_map_blocks_iter()
Dinternal.h273 unsigned char z_logical_clusterbits; member