Searched refs:io_offset (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 175 if (z1->io_offset < z2->io_offset) in vdev_queue_offset_compare() 177 if (z1->io_offset > z2->io_offset) in vdev_queue_offset_compare() 352 bcopy((char *)aio->io_data + (pio->io_offset - in vdev_queue_agg_io_done() 353 aio->io_offset), pio->io_data, pio->io_size); in vdev_queue_agg_io_done() 481 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset) 591 aio = zio_vdev_delegated_io(first->io_vd, first->io_offset, in vdev_queue_aggregate() 605 bzero((char *)aio->io_data + (dio->io_offset - in vdev_queue_aggregate() 606 aio->io_offset), dio->io_size); in vdev_queue_aggregate() 609 (dio->io_offset - aio->io_offset), in vdev_queue_aggregate() 649 search.io_offset = vq->vq_last_offset + 1; in vdev_queue_io_to_issue() [all …]
|
H A D | vdev_cache.c | 162 uint64_t offset = P2ALIGN(zio->io_offset, VCBS); in vdev_cache_allocate() 197 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); in vdev_cache_hit() 231 ASSERT(ve->ve_offset == fio->io_offset); in vdev_cache_fill() 258 uint64_t cache_offset = P2ALIGN(zio->io_offset, VCBS); in vdev_cache_read() 259 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); in vdev_cache_read() 273 if (P2BOUNDARY(zio->io_offset, zio->io_size, VCBS)) in vdev_cache_read() 335 uint64_t io_start = zio->io_offset; in vdev_cache_write()
|
H A D | zio_checksum.c | 158 uint64_t offset = zio->io_offset; in zio_checksum_compute() 201 uint64_t offset = zio->io_offset; in zio_checksum_error()
|
H A D | zio_inject.c | 180 uint64_t offset = zio->io_offset; in zio_handle_label_injection() 229 uint64_t offset = zio->io_offset; in zio_handle_device_injection()
|
H A D | vdev_mirror.c | 118 (zio->io_offset >> vdev_mirror_shift) % c; in vdev_mirror_map_alloc() 124 mc->mc_offset = zio->io_offset; in vdev_mirror_map_alloc()
|
H A D | vdev_file.c | 223 bp->b_lblkno = lbtodb(zio->io_offset); in vdev_file_io_start()
|
H A D | zfs_fm.c | 317 DATA_TYPE_UINT64, zio->io_offset, in zfs_ereport_start()
|
H A D | zio.c | 554 zio->io_offset = offset; in zio_create() 2640 ASSERT0(P2PHASE(zio->io_offset, align)); in zio_vdev_io_start() 2647 ASSERT0(P2PHASE(zio->io_offset, SPA_MINBLOCKSIZE)); in zio_vdev_io_start() 2922 zio->io_vd, zio, zio->io_offset, in zio_checksum_verify()
|
H A D | vdev_disk.c | 811 bp->b_lblkno = lbtodb(zio->io_offset); in vdev_disk_io_start()
|
H A D | vdev_raidz.c | 1724 rm = vdev_raidz_map_alloc(zio->io_data, zio->io_size, zio->io_offset, in vdev_raidz_io_start()
|
H A D | vdev.c | 944 zio->io_offset, zio->io_size, zio->io_data, in vdev_probe_done()
|
/titanic_41/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 283 static off_t io_offset = 0; /* offset sector (-o offset) */ variable 786 io_offset = (off_t)strtoull(optarg, 0, 0); in main() 1633 *off_ptr = io_offset; in fill_patt() 1636 if (lseek(Dev, (off_t)(sectsiz * io_offset++), in fill_patt() 1661 if (lseek(Dev, (off_t)(sectsiz * io_offset++), in abs_read() 1727 if (lseek(Dev, (off_t)(sectsiz * io_offset++), in abs_write()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zio.h | 428 uint64_t io_offset; member
|