Searched refs:io_flags (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c514 enum zio_flag flags = zio->io_flags & ZIO_FLAG_AGG_INHERIT;
516 if (zio->io_flags & ZIO_FLAG_DONT_AGGREGATE)
537 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first;
544 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags &&
548 if (mandatory == NULL && !(first->io_flags & ZIO_FLAG_OPTIONAL))
555 while ((first->io_flags & ZIO_FLAG_OPTIONAL) && first != last) {
564 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags &&
568 if (!(last->io_flags & ZIO_FLAG_OPTIONAL))
588 if (!(nio->io_flags & ZIO_FLAG_OPTIONAL)) {
598 dio->io_flags
[all...]
H A Dzio.c458 if (zio->io_error && !(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE))
583 zio->io_orig_flags = zio->io_flags = flags;
1034 ASSERT(!(pio->io_flags & ZIO_FLAG_IO_REWRITE) ||
1111 !(zio->io_flags & ZIO_FLAG_RAW)) {
1127 zio->io_flags |= ZIO_FLAG_DONT_CACHE;
1130 zio->io_flags |= ZIO_FLAG_DONT_CACHE;
1167 zio->io_flags |= ZIO_FLAG_NOPWRITE;
1208 EQUIV(lsize != psize, (zio->io_flags & ZIO_FLAG_RAW) != 0);
1328 zio->io_flags |= ZIO_FLAG_IO_REWRITE;
1355 ASSERT(!(zio->io_flags
[all...]
H A Dvdev_mirror.c274 if ((zio->io_flags & ZIO_FLAG_SCRUB) && !mm->mm_replacing) {
409 (zio->io_flags & ZIO_FLAG_RESILVER) ||
410 ((zio->io_flags & ZIO_FLAG_SCRUB) && mm->mm_replacing))) {
427 if (!(zio->io_flags & ZIO_FLAG_SCRUB) &&
H A Dzio_inject.c284 (zio == NULL || (zio->io_flags &
311 zio->io_flags |= ZIO_FLAG_IO_RETRY;
H A Dzfs_fm.c145 if (zio->io_flags & ZIO_FLAG_SPECULATIVE)
154 !(zio->io_flags & ZIO_FLAG_IO_RETRY))
H A Dvdev_cache.c265 if (zio->io_flags & ZIO_FLAG_DONT_CACHE)
H A Dvdev_raidz.c1796 (zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER))) {
1816 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {
2178 (zio->io_flags & ZIO_FLAG_RESILVER)) {
2230 (zio->io_flags & ZIO_FLAG_RESILVER)) {
2309 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {
2332 (unexpected_errors || (zio->io_flags & ZIO_FLAG_RESILVER))) {
H A Dvdev_disk.c769 if (!(zio->io_flags & (ZIO_FLAG_IO_RETRY | ZIO_FLAG_TRYHARD)))
H A Ddsl_scan.c385 zio_nowait(zio_free_sync(pio, dp->dp_spa, txg, bpp, pio->io_flags));
1766 !(zio->io_flags & ZIO_FLAG_SPECULATIVE))) {
H A Ddmu.c1483 dr->dt.dl.dr_nopwrite = !!(zio->io_flags & ZIO_FLAG_NOPWRITE);
1535 if (zio->io_flags & ZIO_FLAG_NOPWRITE) {
H A Dvdev.c1022 if (zio && (zio->io_flags & ZIO_FLAG_PROBE))
2815 int flags = zio->io_flags;
2881 !(zio->io_flags & ZIO_FLAG_IO_RETRY))
2889 if (zio->io_vd == NULL && (zio->io_flags & ZIO_FLAG_DONT_PROPAGATE))
H A Darc.c5346 if (zio->io_flags & ZIO_FLAG_REEXECUTED) {
5364 ASSERT(zio->io_flags & ZIO_FLAG_REEXECUTED);
5473 if (zio->io_flags & ZIO_FLAG_IO_REWRITE) {
5484 } else if (zio->io_flags & ZIO_FLAG_NOPWRITE) {
6469 ASSERT(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE);
H A Dddt.c948 ddt_repair_entry_done, rdde, rio->io_flags);
H A Ddmu_objset.c1091 if (zio->io_flags & ZIO_FLAG_IO_REWRITE) {
H A Ddbuf.c2366 if (zio->io_flags & ZIO_FLAG_RAW) {
3397 if (zio->io_flags & (ZIO_FLAG_IO_REWRITE | ZIO_FLAG_NOPWRITE)) {
H A Dmetaslab.c3259 zio->io_flags |= ZIO_FLAG_IO_ALLOCATING;
H A Dspa.c6012 zio->io_flags));
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h200 (((zio)->io_flags & ZIO_FLAG_DDT_INHERIT) | \
204 (((zio)->io_flags & ZIO_FLAG_GANG_INHERIT) | \
208 (((zio)->io_flags & ZIO_FLAG_VDEV_INHERIT) | \
356 * The io_reexecute flags are distinct from io_flags because the child must
357 * be able to propagate them to the parent. The normal io_flags are local
429 enum zio_flag io_flags; member in struct:zio
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1436 uint16_t *pdevhdl, *io_flags; local
1470 io_flags = va_arg(ap, uint16_t *);
1487 *io_flags = ddi_get16(accessp, &sasdevpage->Flags);
1489 if (*io_flags & MPI25_SAS_DEVICE0_FLAGS_FAST_PATH_CAPABLE) {
1495 (*io_flags &
1511 uint16_t *bay_num, uint16_t *enclosure, uint16_t *io_flags)
1526 bay_num, enclosure, io_flags);
1508 mptsas_get_sas_device_page0(mptsas_t *mpt, uint32_t page_address, uint16_t *dev_handle, uint64_t *sas_wwn, uint32_t *dev_info, uint8_t *physport, uint8_t *phynum, uint16_t *pdev_handle, uint16_t *bay_num, uint16_t *enclosure, uint16_t *io_flags) argument
H A Dmptsas.c858 uint16_t bay_num, enclosure, io_flags; local
1020 &pdev_hdl, &bay_num, &enclosure, &io_flags);
8361 uint16_t SMID, io_flags = 0; local
8470 io_flags = cmd->cmd_cdblen;
8473 io_flags |= MPI25_SCSIIO_IOFLAGS_FAST_PATH;
8478 ddi_put16(acc_hdl, &io_request->IoFlags, io_flags);
13549 uint16_t bay_num, enclosure, io_flags; local
13555 &bay_num, &enclosure, &io_flags);
13623 (*pptgt)->m_io_flags = io_flags;
15038 uint16_t bay_num, enclosure, io_flags; local
15386 uint16_t bay_num, enclosure, io_flags; local
15786 uint16_t bay_num, enclosure, io_flags; local
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h274 io_flags: 8; member in struct:apic_io_entry
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h1352 uint16_t *slot_num, uint16_t *enclosure, uint16_t *io_flags);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1183 if (ioapicp->io_flags & IOAPIC_FLAGS_EN) {
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2402 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {

Completed in 229 milliseconds