Searched refs:io_offset (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c194 if (z1->io_offset < z2->io_offset)
196 if (z1->io_offset > z2->io_offset)
374 bcopy((char *)aio->io_data + (pio->io_offset -
375 aio->io_offset), pio->io_data, pio->io_size);
499 * (lio->io_offset + lio->io_size) minus start of the first (fio->io_offset).
503 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset)
[all...]
H A Dvdev_cache.c162 uint64_t offset = P2ALIGN(zio->io_offset, VCBS);
197 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS);
231 ASSERT(ve->ve_offset == fio->io_offset);
259 uint64_t cache_offset = P2ALIGN(zio->io_offset, VCBS);
260 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS);
274 if (P2BOUNDARY(zio->io_offset, zio->io_size, VCBS))
336 uint64_t io_start = zio->io_offset;
H A Dzio_checksum.c257 uint64_t offset = zio->io_offset;
385 uint64_t offset = zio->io_offset;
H A Dzio_inject.c218 uint64_t offset = zio->io_offset;
267 uint64_t offset = zio->io_offset;
H A Dvdev_mirror.c118 (zio->io_offset >> vdev_mirror_shift) % c;
124 mc->mc_offset = zio->io_offset;
H A Dvdev_file.c226 bp->b_lblkno = lbtodb(zio->io_offset);
H A Dzio.c501 if (z1->io_offset < z2->io_offset)
503 if (z1->io_offset > z2->io_offset)
579 zio->io_offset = offset;
2985 ASSERT0(P2PHASE(zio->io_offset, align));
2992 ASSERT0(P2PHASE(zio->io_offset, SPA_MINBLOCKSIZE));
3275 zio->io_vd, zio, zio->io_offset,
H A Dzfs_fm.c317 DATA_TYPE_UINT64, zio->io_offset,
H A Dvdev_disk.c773 bp->b_lblkno = lbtodb(zio->io_offset);
H A Dvdev_raidz.c1725 rm = vdev_raidz_map_alloc(zio->io_data, zio->io_size, zio->io_offset,
H A Dvdev.c963 zio->io_offset, zio->io_size, zio->io_data,
H A Darc.c1585 zio->io_offset, NULL) == 0);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h419 uint64_t io_offset; member in struct:zio
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c283 static off_t io_offset = 0; /* offset sector (-o offset) */ variable
786 io_offset = (off_t)strtoull(optarg, 0, 0);
1625 * Write to the disk at absolute relative block io_offset
1633 *off_ptr = io_offset;
1636 if (lseek(Dev, (off_t)(sectsiz * io_offset++),
1652 * Read from the disk at absolute relative block io_offset for
1661 if (lseek(Dev, (off_t)(sectsiz * io_offset++),
1695 * absolute relative block io_offset for io_size blocks (-w).
1727 if (lseek(Dev, (off_t)(sectsiz * io_offset++),

Completed in 104 milliseconds