| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | vdev_queue.c | 304 if (z1->io_offset < z2->io_offset) in vdev_queue_offset_compare() 306 if (z1->io_offset > z2->io_offset) in vdev_queue_offset_compare() 345 if (z1->io_offset < z2->io_offset) in vdev_queue_timestamp_compare() 347 if (z1->io_offset > z2->io_offset) in vdev_queue_timestamp_compare() 508 bcopy((char *)aio->io_data + (pio->io_offset - in vdev_queue_agg_io_done() 509 aio->io_offset), pio->io_data, pio->io_size); in vdev_queue_agg_io_done() 643 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset) 763 aio = zio_vdev_delegated_io(first->io_vd, first->io_offset, in vdev_queue_aggregate() 777 bzero((char *)aio->io_data + (dio->io_offset - in vdev_queue_aggregate() 778 aio->io_offset), dio->io_size); in vdev_queue_aggregate() [all …]
|
| H A D | trim_map.c | 127 if (z1->io_offset < z2->io_offset) { in trim_map_zio_compare() 128 if (z1->io_offset + z1->io_size > z2->io_offset) in trim_map_zio_compare() 132 if (z1->io_offset > z2->io_offset) { in trim_map_zio_compare() 133 if (z1->io_offset < z2->io_offset + z2->io_size) in trim_map_zio_compare() 307 zsearch.io_offset = start; in trim_map_free_locked() 315 if (start < zs->io_offset) in trim_map_free_locked() 316 trim_map_free_locked(tm, start, zs->io_offset, txg); in trim_map_free_locked() 317 if (zs->io_offset + zs->io_size < end) in trim_map_free_locked() 318 trim_map_free_locked(tm, zs->io_offset + zs->io_size, end, txg); in trim_map_free_locked() 346 start = zio->io_offset; in trim_map_write_start()
|
| H A D | vdev_cache.c | 171 uint64_t offset = P2ALIGN(zio->io_offset, VCBS); in vdev_cache_allocate() 206 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); in vdev_cache_hit() 240 ASSERT(ve->ve_offset == fio->io_offset); in vdev_cache_fill() 268 uint64_t cache_offset = P2ALIGN(zio->io_offset, VCBS); in vdev_cache_read() 269 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); in vdev_cache_read() 283 if (P2BOUNDARY(zio->io_offset, zio->io_size, VCBS)) in vdev_cache_read() 345 uint64_t io_start = zio->io_offset; in vdev_cache_write()
|
| H A D | zio_checksum.c | 265 uint64_t offset = zio->io_offset; in zio_checksum_compute() 393 uint64_t offset = zio->io_offset; in zio_checksum_error()
|
| H A D | zio_inject.c | 218 uint64_t offset = zio->io_offset; in zio_handle_label_injection() 267 uint64_t offset = zio->io_offset; in zio_handle_device_injection()
|
| H A D | vdev_disk.c | 495 bp->b_blkno = btodb(zio->io_offset); in vdev_disk_io_start() 520 nbp->b_blkno = btodb(zio->io_offset + off); in vdev_disk_io_start()
|
| H A D | vdev_mirror.c | 227 mc->mc_offset = zio->io_offset; in vdev_mirror_map_init() 358 p = (zio->io_offset >> vdev_mirror_shift) % mm->mm_preferred_cnt; in vdev_mirror_preferred_child_randomize()
|
| H A D | vdev_file.c | 196 zio->io_offset, UIO_SYSSPACE, 0, RLIM64_INFINITY, kcred, &resid); in vdev_file_io_start()
|
| H A D | vdev_geom.c | 1029 bp->bio_offset = zio->io_offset; in vdev_geom_io_start() 1035 bp->bio_offset = zio->io_offset; in vdev_geom_io_start()
|
| H A D | zio.c | 677 zio->io_offset = offset; in zio_create() 3043 trim_map_free(vd, zio->io_offset, zio->io_size, zio->io_txg); in zio_vdev_io_start() 3093 ASSERT0(P2PHASE(zio->io_offset, align)); in zio_vdev_io_start() 3102 ASSERT0(P2PHASE(zio->io_offset, log_align)); in zio_vdev_io_start() 3414 zio->io_vd, zio, zio->io_offset, in zio_checksum_verify()
|
| H A D | zfs_fm.c | 317 DATA_TYPE_UINT64, zio->io_offset, in zfs_ereport_start()
|
| H A D | vdev_raidz.c | 1742 rm = vdev_raidz_map_alloc(zio->io_data, zio->io_size, zio->io_offset, in vdev_raidz_io_start()
|
| H A D | vdev.c | 1063 zio->io_offset, zio->io_size, zio->io_data, in vdev_probe_done()
|
| H A D | arc.c | 1826 zio->io_offset, NULL) == 0); in arc_cksum_is_equal()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_core.c | 68 off_t io_offset; member 271 io.io_offset = 0; in coredump() 338 io->io_offset, segflg, in coredump_write() 345 len, data, (long long) io->io_offset, error); in coredump_write() 349 io->io_offset += len; in coredump_write() 356 return io->io_offset; in coredump_offset()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | zio.h | 466 uint64_t io_offset; member
|