Searched refs:z_logical_clusterbits (Results 1 – 3 of 3) sorted by relevance
27 vi->z_logical_clusterbits = sbi->blkszbits; in z_erofs_fill_inode()72 vi->z_logical_clusterbits = sbi->blkszbits + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()171 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()240 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()415 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()461 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_compressedlen()528 unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_decompressedlen()583 lclusterbits = vi->z_logical_clusterbits; in z_erofs_do_map_blocks()
173 const unsigned int lclustermask = (1 << inode->z_logical_clusterbits) - 1; in z_erofs_compress_dedupe()693 const unsigned int logical_clusterbits = inode->z_logical_clusterbits; in z_erofs_convert_to_compacted_format()798 .h_clusterbits = inode->z_logical_clusterbits - sbi->blkszbits, in z_erofs_write_mapheader()883 inode->z_logical_clusterbits = sbi->blkszbits; in erofs_write_compressed_file()884 if (!cfg.c_legacy_compress && inode->z_logical_clusterbits <= 14) { in erofs_write_compressed_file()885 if (inode->z_logical_clusterbits <= 12) in erofs_write_compressed_file()
231 uint8_t z_logical_clusterbits; member