Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Dzmap.c25 vi->z_logical_clusterbits = LOG_BLOCK_SIZE; in z_erofs_fill_inode()
62 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
149 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()
216 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()
324 const unsigned int lclusterbits = vi->z_logical_clusterbits; in compacted_load_cluster_from_disk()
394 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()
439 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_compressedlen()
506 unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_decompressedlen()
559 lclusterbits = vi->z_logical_clusterbits; in z_erofs_do_map_blocks()
Dcompress.c460 const unsigned int logical_clusterbits = inode->z_logical_clusterbits; in z_erofs_convert_to_compacted_format()
553 .h_clusterbits = inode->z_logical_clusterbits - 12, in z_erofs_write_mapheader()
649 inode->z_logical_clusterbits = LOG_BLOCK_SIZE; in erofs_write_compressed_file()
/external/erofs-utils/include/erofs/
Dinternal.h199 uint8_t z_logical_clusterbits; member