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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c235 if (z1->io_offset < z2->io_offset)
237 if (z1->io_offset > z2->io_offset)
396 bcopy((char *)aio->io_data + (pio->io_offset -
397 aio->io_offset), pio->io_data, pio->io_size);
527 * (lio->io_offset + lio->io_size) minus start of the first (fio->io_offset).
531 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset)
[all...]
H A Dtrim_map.c140 if (z1->io_offset < z2->io_offset) {
141 if (z1->io_offset + z1->io_size > z2->io_offset)
145 if (z1->io_offset > z2->io_offset) {
146 if (z1->io_offset < z2->io_offset + z2->io_size)
322 zsearch.io_offset = start;
330 if (start < zs->io_offset)
[all...]
H A Dvdev_cache.c174 uint64_t offset = P2ALIGN(zio->io_offset, VCBS);
209 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS);
243 ASSERT(ve->ve_offset == fio->io_offset);
270 uint64_t cache_offset = P2ALIGN(zio->io_offset, VCBS);
271 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS);
285 if (P2BOUNDARY(zio->io_offset, zio->io_size, VCBS))
347 uint64_t io_start = zio->io_offset;
H A Dzio_checksum.c158 uint64_t offset = zio->io_offset;
201 uint64_t offset = zio->io_offset;
H A Dzio_inject.c180 uint64_t offset = zio->io_offset;
229 uint64_t offset = zio->io_offset;
H A Dvdev_file.c194 zio->io_offset, UIO_SYSSPACE, 0, RLIM64_INFINITY, kcred, &resid);
H A Dvdev_mirror.c219 mc->mc_offset = zio->io_offset;
349 p = (zio->io_offset >> vdev_mirror_shift) % mm->mm_preferred_cnt;
H A Dvdev_geom.c853 bp->bio_offset = zio->io_offset;
859 bp->bio_offset = zio->io_offset;
H A Dzfs_fm.c317 DATA_TYPE_UINT64, zio->io_offset,
H A Dzio.c611 zio->io_offset = offset;
2588 trim_map_free(vd, zio->io_offset, zio->io_size, zio->io_txg);
2637 ASSERT0(P2PHASE(zio->io_offset, align));
2644 ASSERT0(P2PHASE(zio->io_offset, SPA_MINBLOCKSIZE));
2957 zio->io_vd, zio, zio->io_offset,
H A Dvdev_disk.c813 bp->b_lblkno = lbtodb(zio->io_offset);
H A Dvdev_raidz.c1739 rm = vdev_raidz_map_alloc(zio->io_data, zio->io_size, zio->io_offset,
H A Dvdev.c1008 zio->io_offset, zio->io_size, zio->io_data,
/freebsd-10.1-release/tools/tools/usbtest/
H A Dusb_msc_test.h103 uint8_t io_offset; member in struct:usb_msc_params
H A Dusb_msc_test.c319 uint32_t io_offset; local
337 switch (p->io_offset) {
339 io_offset = usb_ts_rand_noise();
342 io_offset = 0;
411 io_offset %= lba_max;
413 temp = (lba_max - io_offset);
419 retval = do_read_10(io_offset, io_size * block_size,
420 buffer + (io_offset * block_size), lun);
423 if (bcmp(buffer + (io_offset * block_size),
424 reference + (io_offset * block_siz
[all...]
/freebsd-10.1-release/sys/dev/dpt/
H A Ddpt_pci.c102 dpt->io_offset = 0x10;
H A Ddpt_scsi.c88 bus_read_4((dpt)->io_res, (dpt)->io_offset + port)
90 bus_read_1((dpt)->io_res, (dpt)->io_offset + port)
92 bus_write_4((dpt)->io_res, (dpt)->io_offset + port, value)
94 bus_write_1((dpt)->io_res, (dpt)->io_offset + port, value)
H A Ddpt.h1026 int io_offset; member in struct:dpt_softc
/freebsd-10.1-release/sys/dev/sound/isa/
H A Dgusc.c479 static int io_offset[3] = {0x0 , 0x100, 0x10c}; variable
508 base + io_offset[i],
509 base + io_offset[i] + io_range[i] - 1
/freebsd-10.1-release/sys/cam/ctl/
H A Dctl_backend_block.c218 uint64_t io_offset; member in struct:ctl_be_block_io
615 xuio.uio_offset = beio->io_offset;
768 xuio.uio_offset = beio->io_offset;
922 if (beio->io_offset == -1) {
937 beio->io_offset, beio->io_len, TRUE);
964 cur_offset = beio->io_offset;
1083 beio->io_offset = lbalen->lba * be_lun->blocksize;
1125 beio->io_offset = lbalen->lba * be_lun->blocksize;
1189 beio->io_offset = -1;
1356 beio->io_offset
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h457 uint64_t io_offset; member in struct:zio

Completed in 197 milliseconds