Home
last modified time | relevance | path

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

/fs/erofs/
Dzmap.c21 vi->z_logical_clusterbits = LOG_BLOCK_SIZE; in z_erofs_fill_inode()
79 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
179 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()
195 if (m->clusterofs >= 1 << vi->z_logical_clusterbits) { in legacy_load_cluster_from_disk()
225 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()
390 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()
438 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_compressedlen()
530 lclusterbits = vi->z_logical_clusterbits; in z_erofs_map_blocks_iter()
Dinternal.h265 unsigned char z_logical_clusterbits; member