/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 549 enum zio_flag flags = zio->io_flags & ZIO_FLAG_AGG_INHERIT; in vdev_queue_aggregate() 551 if (zio->io_flags & ZIO_FLAG_DONT_AGGREGATE) in vdev_queue_aggregate() 579 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first; in vdev_queue_aggregate() 586 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags && in vdev_queue_aggregate() 591 if (mandatory == NULL && !(first->io_flags & ZIO_FLAG_OPTIONAL)) in vdev_queue_aggregate() 598 while ((first->io_flags & ZIO_FLAG_OPTIONAL) && first != last) { in vdev_queue_aggregate() 610 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags && in vdev_queue_aggregate() 612 (dio->io_flags & ZIO_FLAG_OPTIONAL)) && in vdev_queue_aggregate() 616 if (!(last->io_flags & ZIO_FLAG_OPTIONAL)) in vdev_queue_aggregate() 636 if (!(nio->io_flags & ZIO_FLAG_OPTIONAL)) { in vdev_queue_aggregate() [all …]
|
H A D | zio.c | 474 ASSERT(ret != EACCES || (zio->io_flags & ZIO_FLAG_SPECULATIVE)); in zio_decrypt() 482 if ((zio->io_flags & ZIO_FLAG_SPECULATIVE) == 0) { in zio_decrypt() 621 if (zio->io_error && !(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE)) in zio_notify_parent() 756 zio->io_orig_flags = zio->io_flags = flags; in zio_create() 1287 ASSERT(!(pio->io_flags & ZIO_FLAG_IO_REWRITE) || in zio_vdev_child_io() 1368 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_read_bp_init() 1373 if (((BP_IS_PROTECTED(bp) && !(zio->io_flags & ZIO_FLAG_RAW_ENCRYPT)) || in zio_read_bp_init() 1393 zio->io_flags |= ZIO_FLAG_DONT_CACHE; in zio_read_bp_init() 1396 zio->io_flags |= ZIO_FLAG_DONT_CACHE; in zio_read_bp_init() 1433 zio->io_flags |= ZIO_FLAG_NOPWRITE; in zio_write_bp_init() [all …]
|
H A D | vdev_mirror.c | 275 if ((zio->io_flags & ZIO_FLAG_SCRUB) && in vdev_mirror_map_init() 276 !(zio->io_flags & ZIO_FLAG_IO_RETRY) && in vdev_mirror_map_init() 577 (zio->io_flags & ZIO_FLAG_SCRUB) && !mm->mm_resilvering) { in vdev_mirror_io_start() 718 (zio->io_flags & ZIO_FLAG_RESILVER) || in vdev_mirror_io_done() 719 ((zio->io_flags & ZIO_FLAG_SCRUB) && mm->mm_resilvering))) { in vdev_mirror_io_done() 749 if (!(zio->io_flags & ZIO_FLAG_SCRUB) && in vdev_mirror_io_done()
|
H A D | vdev_indirect.c | 1295 ASSERT((zio->io_flags & (ZIO_FLAG_SELF_HEAL | in vdev_indirect_io_start() 1328 zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER)) { in vdev_indirect_io_start() 1374 if (zio->io_flags & ZIO_FLAG_SPECULATIVE) in vdev_indirect_checksum_error() 1405 if (!(zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER))) in vdev_indirect_repair() 1442 if (zio->io_flags & ZIO_FLAG_SPECULATIVE) in vdev_indirect_all_checksum_errors()
|
H A D | zio_inject.c | 369 (zio == NULL || (zio->io_flags & in zio_handle_device_injection() 402 zio->io_flags |= ZIO_FLAG_IO_RETRY; in zio_handle_device_injection()
|
H A D | vdev_raidz.c | 1932 (zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER))) { in vdev_raidz_io_start() 1952 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE)) { in raidz_checksum_error() 2314 (zio->io_flags & ZIO_FLAG_RESILVER)) { in vdev_raidz_io_done() 2364 (zio->io_flags & ZIO_FLAG_RESILVER)) { in vdev_raidz_io_done() 2443 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE)) { in vdev_raidz_io_done() 2467 (unexpected_errors || (zio->io_flags & ZIO_FLAG_RESILVER))) { in vdev_raidz_io_done()
|
H A D | vdev_cache.c | 261 if (zio->io_flags & ZIO_FLAG_DONT_CACHE) in vdev_cache_read()
|
H A D | vdev.c | 1424 if (zio && (zio->io_flags & ZIO_FLAG_PROBE)) in vdev_probe() 3907 int flags = zio->io_flags; in vdev_stat_update() 4007 !(zio->io_flags & ZIO_FLAG_IO_RETRY)) in vdev_stat_update() 4015 if (zio->io_vd == NULL && (zio->io_flags & ZIO_FLAG_DONT_PROPAGATE)) in vdev_stat_update()
|
H A D | arc.c | 5493 ASSERT((zio->io_flags & ZIO_FLAG_SPECULATIVE) || in arc_read_done() 5503 if ((zio->io_flags & ZIO_FLAG_SPECULATIVE) == 0) { in arc_read_done() 6419 if (zio->io_flags & ZIO_FLAG_REEXECUTED) { in arc_write_ready() 6441 ASSERT(zio->io_flags & ZIO_FLAG_REEXECUTED); in arc_write_ready() 6617 if (zio->io_flags & ZIO_FLAG_IO_REWRITE) { in arc_write_done() 6628 } else if (zio->io_flags & ZIO_FLAG_NOPWRITE) { in arc_write_done() 7976 ASSERT(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE); in l2arc_read_done()
|
H A D | vdev_disk.c | 1015 if (!(zio->io_flags & (ZIO_FLAG_IO_RETRY | ZIO_FLAG_TRYHARD))) in vdev_disk_io_start()
|
H A D | dmu.c | 1870 dr->dt.dl.dr_nopwrite = !!(zio->io_flags & ZIO_FLAG_NOPWRITE); in dmu_sync_done() 1926 ASSERT(!(zio->io_flags & ZIO_FLAG_NOPWRITE)); in dmu_sync_late_arrival_done()
|
H A D | ddt.c | 972 ddt_repair_entry_done, rdde, rio->io_flags); in ddt_repair_entry()
|
H A D | dsl_scan.c | 1093 zio_nowait(zio_free_sync(pio, dp->dp_spa, txg, bpp, pio->io_flags)); in dsl_free_sync() 3916 !(zio->io_flags & ZIO_FLAG_SPECULATIVE))) { in dsl_scan_scrub_done()
|
H A D | dbuf.c | 2686 if (zio->io_flags & ZIO_FLAG_RAW_COMPRESS) { in dbuf_prefetch_indirect_done() 3876 if (zio->io_flags & (ZIO_FLAG_IO_REWRITE | ZIO_FLAG_NOPWRITE)) { in dbuf_write_done()
|
H A D | dmu_objset.c | 1630 if (zio->io_flags & ZIO_FLAG_IO_REWRITE) { in dmu_objset_write_done()
|
H A D | metaslab.c | 5530 zio->io_flags |= ZIO_FLAG_IO_ALLOCATING; in metaslab_class_throttle_reserve()
|
H A D | spa.c | 7806 zio->io_flags));
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zio.h | 217 (((zio)->io_flags & ZIO_FLAG_DDT_INHERIT) | \ 221 (((zio)->io_flags & ZIO_FLAG_GANG_INHERIT) | \ 225 (((zio)->io_flags & ZIO_FLAG_VDEV_INHERIT) | \ 477 enum zio_flag io_flags; member
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 1458 uint16_t *pdevhdl, *io_flags; in mptsas_sasdevpage_0_cb() local 1492 io_flags = va_arg(ap, uint16_t *); in mptsas_sasdevpage_0_cb() 1509 *io_flags = ddi_get16(accessp, &sasdevpage->Flags); in mptsas_sasdevpage_0_cb() 1511 if (*io_flags & MPI25_SAS_DEVICE0_FLAGS_FAST_PATH_CAPABLE) { in mptsas_sasdevpage_0_cb() 1517 (*io_flags & in mptsas_sasdevpage_0_cb() 1533 uint16_t *bay_num, uint16_t *enclosure, uint16_t *io_flags) in mptsas_get_sas_device_page0() argument 1548 bay_num, enclosure, io_flags); in mptsas_get_sas_device_page0()
|
H A D | mptsas.c | 868 uint16_t bay_num, enclosure, io_flags; in mptsas_iport_attach() local 1030 &pdev_hdl, &bay_num, &enclosure, &io_flags); in mptsas_iport_attach() 6274 uint16_t bay_num, enclosure, io_flags; in mptsas_update_sata_bridge() local 6285 &enclosure, &io_flags); in mptsas_update_sata_bridge() 8721 uint16_t SMID, io_flags = 0; in mptsas_start_cmd() local 8830 io_flags = cmd->cmd_cdblen; in mptsas_start_cmd() 8833 io_flags |= MPI25_SCSIIO_IOFLAGS_FAST_PATH; in mptsas_start_cmd() 8838 ddi_put16(acc_hdl, &io_request->IoFlags, io_flags); in mptsas_start_cmd() 13934 uint16_t bay_num, enclosure, io_flags; in mptsas_get_target_device_info() local 13940 &bay_num, &enclosure, &io_flags); in mptsas_get_target_device_info() [all …]
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | apic.h | 273 io_flags: 8; member
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 1379 uint16_t *slot_num, uint16_t *enclosure, uint16_t *io_flags);
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | mp_platform_common.c | 1249 if (ioapicp->io_flags & IOAPIC_FLAGS_EN) { in apic_parse_mpct()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 3607 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) { in zdb_blkptr_done()
|