Searched refs:z_logical_clusterbits (Results 1 – 2 of 2) sorted by relevance
21 vi->z_logical_clusterbits = LOG_BLOCK_SIZE; in z_erofs_fill_inode()22 vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits; in z_erofs_fill_inode()23 vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits; in z_erofs_fill_inode()58 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()59 vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()68 vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()131 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()164 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()227 const unsigned int lclusterbits = vi->z_logical_clusterbits; in compacted_load_cluster_from_disk()296 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()[all …]
161 uint8_t z_logical_clusterbits; member