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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c547 if (zio->io_error && !(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE))
702 zio->io_orig_flags = zio->io_flags = flags;
1217 ASSERT(!(pio->io_flags & ZIO_FLAG_IO_REWRITE) ||
1308 !(zio->io_flags & ZIO_FLAG_RAW)) {
1328 zio->io_flags |= ZIO_FLAG_DONT_CACHE;
1331 zio->io_flags |= ZIO_FLAG_DONT_CACHE;
1368 zio->io_flags |= ZIO_FLAG_NOPWRITE;
1409 EQUIV(lsize != psize, (zio->io_flags & ZIO_FLAG_RAW) != 0);
1533 zio->io_flags |= ZIO_FLAG_IO_REWRITE;
1560 ASSERT(!(zio->io_flags
[all...]
H A Dvdev_queue.c685 if (zio->io_flags & ZIO_FLAG_DONT_AGGREGATE || limit == 0)
706 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first;
712 flags = zio->io_flags & ZIO_FLAG_AGG_INHERIT;
715 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags &&
720 if (mandatory == NULL && !(first->io_flags & ZIO_FLAG_OPTIONAL))
727 while ((first->io_flags & ZIO_FLAG_OPTIONAL) && first != last) {
739 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags &&
741 (dio->io_flags & ZIO_FLAG_OPTIONAL)) &&
746 if (!(last->io_flags & ZIO_FLAG_OPTIONAL))
767 if (!(nio->io_flags
[all...]
H A Dvdev_mirror.c520 (zio->io_flags & ZIO_FLAG_SCRUB) && !mm->mm_resilvering &&
665 (zio->io_flags & ZIO_FLAG_RESILVER) ||
666 ((zio->io_flags & ZIO_FLAG_SCRUB) && mm->mm_resilvering))) {
696 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 Dvdev_indirect.c1302 ASSERT((zio->io_flags & (ZIO_FLAG_SELF_HEAL |
1338 zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER)) {
1387 if (zio->io_flags & ZIO_FLAG_SPECULATIVE)
1421 if (!(zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER)))
1458 if (zio->io_flags & ZIO_FLAG_SPECULATIVE)
H A Dzfs_fm.c145 if (zio->io_flags & ZIO_FLAG_SPECULATIVE)
154 !(zio->io_flags & ZIO_FLAG_IO_RETRY))
H A Dvdev_cache.c270 if (zio->io_flags & ZIO_FLAG_DONT_CACHE)
H A Dvdev_raidz.c2052 (zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER))) {
2073 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {
2441 (zio->io_flags & ZIO_FLAG_RESILVER)) {
2493 (zio->io_flags & ZIO_FLAG_RESILVER)) {
2572 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {
2595 (unexpected_errors || (zio->io_flags & ZIO_FLAG_RESILVER))) {
H A Dvdev.c1502 if (zio && (zio->io_flags & ZIO_FLAG_PROBE))
3862 int flags = zio->io_flags;
3928 !(zio->io_flags & ZIO_FLAG_IO_RETRY))
3936 if (zio->io_vd == NULL && (zio->io_flags & ZIO_FLAG_DONT_PROPAGATE))
H A Dvdev_disk.c826 if (!(zio->io_flags & (ZIO_FLAG_IO_RETRY | ZIO_FLAG_TRYHARD)))
H A Ddmu.c2039 dr->dt.dl.dr_nopwrite = !!(zio->io_flags & ZIO_FLAG_NOPWRITE);
2095 ASSERT(!(zio->io_flags & ZIO_FLAG_NOPWRITE));
H A Dddt.c970 ddt_repair_entry_done, rdde, rio->io_flags);
H A Darc.c6484 if (zio->io_flags & ZIO_FLAG_REEXECUTED) {
6504 ASSERT(zio->io_flags & ZIO_FLAG_REEXECUTED);
6627 if (zio->io_flags & ZIO_FLAG_IO_REWRITE) {
6638 } else if (zio->io_flags & ZIO_FLAG_NOPWRITE) {
7834 ASSERT(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE);
H A Ddbuf.c2666 if (zio->io_flags & ZIO_FLAG_RAW) {
3874 if (zio->io_flags & (ZIO_FLAG_IO_REWRITE | ZIO_FLAG_NOPWRITE)) {
H A Ddsl_scan.c986 pio->io_flags));
3690 !(zio->io_flags & ZIO_FLAG_SPECULATIVE))) {
H A Ddmu_objset.c1364 if (zio->io_flags & ZIO_FLAG_IO_REWRITE) {
H A Dmetaslab.c4270 zio->io_flags |= ZIO_FLAG_IO_ALLOCATING;
H A Dspa.c7842 BP_GET_PSIZE(bp), zio->io_flags));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h199 (((zio)->io_flags & ZIO_FLAG_DDT_INHERIT) | \
203 (((zio)->io_flags & ZIO_FLAG_GANG_INHERIT) | \
207 (((zio)->io_flags & ZIO_FLAG_VDEV_INHERIT) | \
368 * The io_reexecute flags are distinct from io_flags because the child must
369 * be able to propagate them to the parent. The normal io_flags are local
479 enum zio_flag io_flags; member in struct:zio
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3010 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {

Completed in 326 milliseconds