Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c43 m->clusterofs = 1 << vi->z_logical_clusterbits; in z_erofs_load_full_lcluster()
58 if (m->clusterofs >= 1 << vi->z_logical_clusterbits) { in z_erofs_load_full_lcluster()
105 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()
222 if (lcn >= totalidx || vi->z_logical_clusterbits > 14) in z_erofs_load_compact_lcluster()
275 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()
317 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_compressedlen()
389 unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_decompressedlen()
443 lclusterbits = vi->z_logical_clusterbits; in z_erofs_do_map_blocks()
614 vi->z_logical_clusterbits = sb->s_blocksize_bits + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
H A Dinternal.h271 unsigned char z_logical_clusterbits; member