HomeSort by: relevance | last modified time | path
    Searched refs:io_flags (Results 1 - 21 of 21) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_queue.c 659 if (zio->io_flags & ZIO_FLAG_DONT_AGGREGATE)
680 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first;
686 flags = zio->io_flags & ZIO_FLAG_AGG_INHERIT;
689 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags &&
693 if (mandatory == NULL && !(first->io_flags & ZIO_FLAG_OPTIONAL))
700 while ((first->io_flags & ZIO_FLAG_OPTIONAL) && first != last) {
709 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags &&
713 if (!(last->io_flags & ZIO_FLAG_OPTIONAL))
734 if (!(nio->io_flags & ZIO_FLAG_OPTIONAL)) {
744 dio->io_flags &= ~ZIO_FLAG_OPTIONAL
    [all...]
zio.c 543 if (zio->io_error && !(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE))
680 zio->io_orig_flags = zio->io_flags = flags;
1142 ASSERT(!(pio->io_flags & ZIO_FLAG_IO_REWRITE) ||
1228 !(zio->io_flags & ZIO_FLAG_RAW)) {
1244 zio->io_flags |= ZIO_FLAG_DONT_CACHE;
1247 zio->io_flags |= ZIO_FLAG_DONT_CACHE;
1284 zio->io_flags |= ZIO_FLAG_NOPWRITE;
1440 zio->io_flags |= ZIO_FLAG_IO_REWRITE;
1467 ASSERT(!(zio->io_flags & ZIO_FLAG_IO_REWRITE));
1472 ASSERT(!(zio->io_flags & ZIO_FLAG_IO_REWRITE))
    [all...]
vdev_mirror.c 453 if ((zio->io_flags & ZIO_FLAG_SCRUB) && !mm->mm_replacing &&
592 (zio->io_flags & ZIO_FLAG_RESILVER) ||
593 ((zio->io_flags & ZIO_FLAG_SCRUB) && mm->mm_replacing))) {
610 if (!(zio->io_flags & ZIO_FLAG_SCRUB) &&
zio_inject.c 284 (zio == NULL || (zio->io_flags &
311 zio->io_flags |= ZIO_FLAG_IO_RETRY;
zfs_fm.c 145 if (zio->io_flags & ZIO_FLAG_SPECULATIVE)
154 !(zio->io_flags & ZIO_FLAG_IO_RETRY))
vdev_cache.c 274 if (zio->io_flags & ZIO_FLAG_DONT_CACHE)
vdev_raidz.c 1828 (zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER))) {
1848 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {
2212 (zio->io_flags & ZIO_FLAG_RESILVER)) {
2264 (zio->io_flags & ZIO_FLAG_RESILVER)) {
2343 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {
2366 (unexpected_errors || (zio->io_flags & ZIO_FLAG_RESILVER))) {
dsl_scan.c 413 pio->io_flags));
1800 !(zio->io_flags & ZIO_FLAG_SPECULATIVE))) {
vdev.c 1122 if (zio && (zio->io_flags & ZIO_FLAG_PROBE))
2975 int flags = zio->io_flags;
3041 !(zio->io_flags & ZIO_FLAG_IO_RETRY))
3049 if (zio->io_vd == NULL && (zio->io_flags & ZIO_FLAG_DONT_PROPAGATE))
arc.c 5514 if (zio->io_flags & ZIO_FLAG_REEXECUTED) {
5536 ASSERT(zio->io_flags & ZIO_FLAG_REEXECUTED);
5648 if (zio->io_flags & ZIO_FLAG_IO_REWRITE) {
5659 } else if (zio->io_flags & ZIO_FLAG_NOPWRITE) {
6763 ASSERT(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE);
dmu.c 1678 dr->dt.dl.dr_nopwrite = !!(zio->io_flags & ZIO_FLAG_NOPWRITE);
1730 if (zio->io_flags & ZIO_FLAG_NOPWRITE) {
ddt.c 961 ddt_repair_entry_done, rdde, rio->io_flags);
dmu_objset.c 1085 if (zio->io_flags & ZIO_FLAG_IO_REWRITE) {
dbuf.c 2347 if (zio->io_flags & ZIO_FLAG_RAW) {
3367 if (zio->io_flags & (ZIO_FLAG_IO_REWRITE | ZIO_FLAG_NOPWRITE)) {
metaslab.c 3348 zio->io_flags |= ZIO_FLAG_IO_ALLOCATING;
spa.c 6358 BP_GET_PSIZE(bp), zio->io_flags));
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zio.h 215 (((zio)->io_flags & ZIO_FLAG_DDT_INHERIT) | \
219 (((zio)->io_flags & ZIO_FLAG_GANG_INHERIT) | \
223 (((zio)->io_flags & ZIO_FLAG_VDEV_INHERIT) | \
372 * The io_reexecute flags are distinct from io_flags because the child must
373 * be able to propagate them to the parent. The normal io_flags are local
476 enum zio_flag io_flags; member in struct:zio
  /src/sys/dev/pci/
mpiireg.h 741 u_int16_t io_flags; member in struct:mpii_msg_scsi_io
mfii.c 2424 io->io_flags = htole16(xs->cmdlen);
2485 io->io_flags = htole16(xs->cmdlen);
2602 io->io_flags = htole16(xs->cmdlen);
mpii.c 3018 io->io_flags = htole16(xs->cmdlen);
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 2421 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {

Completed in 77 milliseconds