Home
last modified time | relevance | path

Searched refs:zio_flag_t (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h191 typedef uint64_t zio_flag_t; typedef
535 zio_flag_t io_flags;
538 zio_flag_t io_orig_flags;
579 zio_done_func_t *done, void *priv, zio_flag_t flags);
582 zio_done_func_t *done, void *priv, zio_flag_t flags);
588 zio_priority_t priority, zio_flag_t flags, const zbookmark_phys_t *zb);
594 zio_flag_t flags, const zbookmark_phys_t *zb);
598 zio_priority_t priority, zio_flag_t flags, zbookmark_phys_t *zb);
607 zio_done_func_t *done, void *priv, zio_flag_t flags);
611 zio_flag_t flags, enum trim_flag trim_flags);
[all …]
H A Dvdev_raidz.h64 boolean_t vdev_sit_out_reads(vdev_t *, zio_flag_t);
H A Ddbuf.h195 zio_flag_t dr_flags;
399 const struct zio_prop *zp, zio_flag_t flags, dmu_tx_t *tx);
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_common.h42 __field(zio_flag_t, zio_flags) \
45 __field(zio_flag_t, zio_orig_flags) \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c377 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp()
409 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp()
680 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_impl()
H A Dzio.c944 zio_flag_t flags, vdev_t *vd, uint64_t offset, in zio_create()
1055 void *private, zio_flag_t flags) in zio_null()
1073 zio_root(spa_t *spa, zio_done_func_t *done, void *private, zio_flag_t flags) in zio_root()
1327 zio_priority_t priority, zio_flag_t flags, const zbookmark_phys_t *zb) in zio_read()
1345 zio_flag_t flags, const zbookmark_phys_t *zb) in zio_write()
1380 zio_priority_t priority, zio_flag_t flags, zbookmark_phys_t *zb) in zio_rewrite()
1458 zio_flag_t flags) in zio_free_sync()
1493 zio_done_func_t *done, void *private, zio_flag_t flags) in zio_claim()
1531 zio_flag_t flags, enum trim_flag trim_flags) in zio_trim()
1551 zio_priority_t priority, zio_flag_t flags, boolean_t labels) in zio_read_phys()
[all …]
H A Dvdev_queue.c661 zio_flag_t flags = zio->io_flags & ZIO_FLAG_AGG_INHERIT; in vdev_queue_aggregate()
H A Dvdev_raidz.c2361 vdev_sit_out_reads(vdev_t *vd, zio_flag_t io_flags) in vdev_sit_out_reads()
3118 zio_flag_t add_flags = 0; in vdev_raidz_io_done_verified()
3208 zio_flag_t aflags = add_flags; in vdev_raidz_io_done_verified()
H A Ddmu_recv.c1443 zio_flag_t flags = ZIO_FLAG_SPECULATIVE | ZIO_FLAG_DONT_RETRY | in do_corrective_recv()
2317 zio_flag_t zio_flags = 0; in flush_write_batch_impl()
H A Dzil.c251 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block()
324 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data()
H A Ddmu.c1873 const zio_prop_t *zp, zio_flag_t flags, dmu_tx_t *tx) in dmu_lightweight_write_by_dnode()
H A Ddmu_objset.c496 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl()
H A Ddmu_send.c1621 zio_flag_t zioflags = ZIO_FLAG_CANFAIL; in issue_data_read()