Home
last modified time | relevance | path

Searched refs:ZIO_FLAG_DONT_RETRY (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h205 ZIO_FLAG_DONT_RETRY = 1 << 10, enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c1502 flags | ZIO_FLAG_CANFAIL | ZIO_FLAG_DONT_RETRY | ZIO_FLAG_DELEGATED, in zio_vdev_delegated_io()
1514 ZIO_FLAG_CANFAIL | ZIO_FLAG_DONT_PROPAGATE | ZIO_FLAG_DONT_RETRY)); in zio_flush()
3967 !(zio->io_flags & (ZIO_FLAG_DONT_RETRY | ZIO_FLAG_IO_RETRY))) { in zio_vdev_io_assess()
H A Darc.c6374 ZIO_FLAG_DONT_RETRY, B_FALSE); in arc_read()
10013 ZIO_FLAG_DONT_PROPAGATE | ZIO_FLAG_DONT_RETRY | in l2arc_dev_hdr_read()
10330 ZIO_FLAG_DONT_RETRY); in l2arc_log_blk_fetch()
10334 ZIO_FLAG_DONT_PROPAGATE | ZIO_FLAG_DONT_RETRY, B_FALSE)); in l2arc_log_blk_fetch()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c7969 ZIO_FLAG_DONT_RETRY | ZIO_FLAG_CANFAIL | ZIO_FLAG_RAW | in zdb_read_block()
8059 ZIO_FLAG_DONT_RETRY, NULL)); in zdb_read_block()
8066 ZIO_FLAG_DONT_RETRY | in zdb_read_block()