Searched refs:size_bytes (Results 1 – 7 of 7) sorted by relevance
1714 int size_bytes) in r600_blit_copy() argument1724 src_gpu_addr, dst_gpu_addr, size_bytes); in r600_blit_copy()1726 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) { in r600_blit_copy()1729 while (size_bytes) { in r600_blit_copy()1730 int cur_size = size_bytes; in r600_blit_copy()1814 size_bytes -= cur_size * h; in r600_blit_copy()1819 while (size_bytes) { in r600_blit_copy()1820 int cur_size = size_bytes; in r600_blit_copy()1905 size_bytes -= cur_size * h; in r600_blit_copy()
542 int size_bytes);
596 int size_bytes) in r600_blit_copy() argument605 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) { in r600_blit_copy()608 while (size_bytes) { in r600_blit_copy()609 int cur_size = size_bytes; in r600_blit_copy()692 size_bytes -= cur_size * h; in r600_blit_copy()697 while (size_bytes) { in r600_blit_copy()698 int cur_size = size_bytes; in r600_blit_copy()782 size_bytes -= cur_size * h; in r600_blit_copy()
463 int size_bytes);
164 uint64_t size_bytes; member808 off = be_lun->size_bytes; in ctl_be_block_gls_file()971 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()986 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()1845 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file()1847 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file()1861 be_lun->size_blocks = be_lun->size_bytes / cbe_lun->blocksize; in ctl_be_block_open_file()1900 if (be_lun->size_bytes < cbe_lun->blocksize) { in ctl_be_block_open_file()1904 (uintmax_t)be_lun->size_bytes, cbe_lun->blocksize); in ctl_be_block_open_file()2014 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_dev()[all …]
83 uint64_t size_bytes; member542 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize; in ctl_backend_ramdisk_create()550 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_create()749 be_lun->size_bytes = be_lun->size_blocks * blocksize; in ctl_backend_ramdisk_modify()754 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_modify()
296 uint64_t size_bytes; member