H A D | vmdk.c | 1463 uint64_t cluster_offset, uint64_t offset, in get_whole_cluster() 1504 ret = bdrv_co_pwrite(extent->file, cluster_offset, skip_start_bytes, in get_whole_cluster() 1525 ret = bdrv_co_pwrite(extent->file, cluster_offset + skip_end_bytes, in get_whole_cluster() 1576 * @cluster_offset. 1595 uint64_t *cluster_offset, uint64_t skip_start_bytes, in get_cluster_offset() 1611 *cluster_offset = extent->flat_start_offset; in get_cluster_offset() 1756 *cluster_offset = cluster_sector << BDRV_SECTOR_BITS; in find_extent() 1796 uint64_t cluster_offset; in vmdk_co_block_status() 1804 ret = get_cluster_offset(bs, extent, NULL, offset, false, &cluster_offset, in vmdk_co_block_status() 1823 *map = cluster_offset in vmdk_co_block_status() 1453 get_whole_cluster(BlockDriverState * bs,VmdkExtent * extent,uint64_t cluster_offset,uint64_t offset,uint64_t skip_start_bytes,uint64_t skip_end_bytes,bool zeroed) get_whole_cluster() argument 1585 get_cluster_offset(BlockDriverState * bs,VmdkExtent * extent,VmdkMetaData * m_data,uint64_t offset,bool allocate,uint64_t * cluster_offset,uint64_t skip_start_bytes,uint64_t skip_end_bytes) get_cluster_offset() argument 1786 uint64_t cluster_offset; vmdk_co_block_status() local 1830 vmdk_write_extent(VmdkExtent * extent,int64_t cluster_offset,int64_t offset_in_cluster,QEMUIOVector * qiov,uint64_t qiov_offset,uint64_t n_bytes,uint64_t offset) vmdk_write_extent() argument 1912 vmdk_read_extent(VmdkExtent * extent,int64_t cluster_offset,int64_t offset_in_cluster,QEMUIOVector * qiov,int bytes) vmdk_read_extent() argument 1986 uint64_t cluster_offset; vmdk_co_preadv() local 2067 uint64_t cluster_offset; vmdk_pwritev() local 2963 uint64_t cluster_offset; vmdk_co_check() local [all...] |