Searched refs:zio_flags (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dsl_scan.c | 644 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local 655 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 682 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 706 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 1739 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL; in dsl_scan_scrub_cb() local 1753 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb() 1758 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb() 1765 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb() 1818 zio_flags, zb)); in dsl_scan_scrub_cb()
|
| HD | zil.c | 192 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local 199 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block() 202 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block() 208 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 267 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local 281 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data() 287 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
| HD | arc.c | 4244 void *private, zio_priority_t priority, int zio_flags, in arc_read() argument 4317 spa, NULL, NULL, NULL, zio_flags); in arc_read() 4538 cb->l2rcb_flags = zio_flags; in arc_read() 4554 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read() 4563 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read() 4601 arc_read_done, buf, priority, zio_flags, zb); in arc_read() 5042 int zio_flags, const zbookmark_phys_t *zb) in arc_write() argument 5067 priority, zio_flags, zb); in arc_write()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | arc.h | 146 int zio_flags, const zbookmark_phys_t *zb);
|