Home
last modified time | relevance | path

Searched refs:io_offset (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_queue.c304 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 Dtrim_map.c127 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 Dvdev_cache.c171 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 Dzio_checksum.c265 uint64_t offset = zio->io_offset; in zio_checksum_compute()
393 uint64_t offset = zio->io_offset; in zio_checksum_error()
H A Dzio_inject.c218 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 Dvdev_disk.c495 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 Dvdev_mirror.c227 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 Dvdev_file.c196 zio->io_offset, UIO_SYSSPACE, 0, RLIM64_INFINITY, kcred, &resid); in vdev_file_io_start()
H A Dvdev_geom.c1029 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 Dzio.c677 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 Dzfs_fm.c317 DATA_TYPE_UINT64, zio->io_offset, in zfs_ereport_start()
H A Dvdev_raidz.c1742 rm = vdev_raidz_map_alloc(zio->io_data, zio->io_size, zio->io_offset, in vdev_raidz_io_start()
H A Dvdev.c1063 zio->io_offset, zio->io_size, zio->io_data, in vdev_probe_done()
H A Darc.c1826 zio->io_offset, NULL) == 0); in arc_cksum_is_equal()
/netbsd-src/sys/kern/
H A Dkern_core.c68 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 Dzio.h466 uint64_t io_offset; member