Searched refs:_bytes_to_blocks (Results 1 – 1 of 1) sorted by relevance
| /spdk/lib/scsi/ |
| H A D | scsi_bdev.c | 1215 _bytes_to_blocks(uint32_t block_size, uint64_t offset_bytes, uint64_t *offset_blocks, in _bytes_to_blocks() function 1286 if (_bytes_to_blocks(block_size, task->offset, &offset_blocks, task->length, &num_blocks) != 0) { in bdev_scsi_readwrite() 1622 if (_bytes_to_blocks(block_size, task->offset, &offset_blocks, in bdev_scsi_write_same()
|