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()79 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()80 vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()90 vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()175 m->clusterofs = 1 << vi->z_logical_clusterbits; in legacy_load_cluster_from_disk()208 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()272 const unsigned int lclusterbits = vi->z_logical_clusterbits; in compacted_load_cluster_from_disk()341 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()[all …]
246 unsigned char z_logical_clusterbits; member