Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c617 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local
628 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse()
655 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse()
679 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse()
1772 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL; in dsl_scan_scrub_cb() local
1786 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb()
1791 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb()
1798 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb()
1850 zio_flags, zb)); in dsl_scan_scrub_cb()
H A Dzil.c184 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local
191 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block()
194 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block()
200 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block()
259 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local
273 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data()
279 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
H A Darc.c3984 void *private, zio_priority_t priority, int zio_flags, in arc_read() argument
4057 spa, NULL, NULL, NULL, zio_flags); in arc_read()
4275 cb->l2rcb_flags = zio_flags; in arc_read()
4291 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read()
4300 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read()
4338 arc_read_done, buf, priority, zio_flags, zb); in arc_read()
4776 int zio_flags, const zbookmark_phys_t *zb) in arc_write() argument
4801 priority, zio_flags, zb); in arc_write()
/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Darc.h146 int zio_flags, const zbookmark_phys_t *zb);