Searched refs:qed_start_of_cluster (Results 1 – 2 of 2) sorted by relevance
243 static inline uint64_t qed_start_of_cluster(BDRVQEDState *s, uint64_t offset) in qed_start_of_cluster() function255 return qed_start_of_cluster(s, bytes + (s->header.cluster_size - 1)) / in qed_bytes_to_clusters()
436 s->file_size = qed_start_of_cluster(s, file_size); in bdrv_qed_do_open()1101 start = qed_start_of_cluster(s, acb->cur_pos); in qed_aio_write_cow()1112 len = qed_start_of_cluster(s, start + s->header.cluster_size - 1) - start; in qed_aio_write_cow()