Lines Matching refs:cluster
399 cluster):
401 offset = table_offset + UINT64_S * (cluster // block_size)
405 def create_block_entry(block_cluster, block_size, cluster): argument
409 entry_offset = offset + entry_size * (cluster % block_size)
453 for cluster in sorted(self.data_clusters | meta_data):
454 if cluster // block_size != block_id:
455 block_id = cluster // block_size
459 block_size, cluster))
461 cluster))
510 for cluster in sorted(self.data_clusters):
511 image_file.seek(cluster * self.cluster_size)