Searched refs:zio_flags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dsl_scan.c | 1648 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 3525 int zio_flags, const zbookmark_phys_t *zb) in scan_io_queue_insert() argument 3534 sio->sio_flags = zio_flags; in scan_io_queue_insert() 3565 scan_exec_io(dp, bp, zio_flags, zb, NULL); in dsl_scan_enqueue() 3581 i, zio_flags, zb); in dsl_scan_enqueue() 3609 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb() 3613 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb() 3619 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb() 3638 dsl_scan_enqueue(dp, bp, zio_flags, zb); in dsl_scan_scrub_cb() 3709 if (zio_flags & ZIO_FLAG_RESILVER) in scan_exec_io() [all …]
|
| H A D | zil.c | 210 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local 217 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block() 220 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block() 226 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 285 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local 299 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data() 305 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
| H A D | arc.c | 5764 void *private, zio_priority_t priority, int zio_flags, in arc_read() argument 5771 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW) != 0; in arc_read() 5828 spa, NULL, NULL, NULL, zio_flags); in arc_read() 5875 ASSERT((zio_flags & ZIO_FLAG_SPECULATIVE) || in arc_read() 5964 zio_flags |= ZIO_FLAG_RAW; in arc_read() 6062 cb->l2rcb_flags = zio_flags; in arc_read() 6089 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read() 6133 arc_read_done, hdr, priority, zio_flags, zb); in arc_read() 6669 int zio_flags, const zbookmark_phys_t *zb) in arc_write() argument 6693 zio_flags |= ZIO_FLAG_RAW; in arc_write() [all …]
|
| H A D | zio.c | 2669 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in zio_ddt_collision() local 2687 zio_flags |= ZIO_FLAG_RAW; in zio_ddt_collision() 2696 zio_flags, &aflags, &zio->io_bookmark); in zio_ddt_collision()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | arc.h | 252 void *priv, zio_priority_t priority, int zio_flags,
|