Searched refs:z_logical_clusterbits (Results 1 – 2 of 2) sorted by relevance
19 vi->z_logical_clusterbits = LOG_BLOCK_SIZE; in z_erofs_fill_inode()20 vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits; in z_erofs_fill_inode()21 vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits; in z_erofs_fill_inode()73 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()74 vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()84 vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()167 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()200 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()264 const unsigned int lclusterbits = vi->z_logical_clusterbits; in compacted_load_cluster_from_disk()333 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()[all …]
246 unsigned char z_logical_clusterbits; member