Searched refs:zio_flags (Results 1 – 4 of 4) sorted by relevance
| /titanic_44/usr/src/uts/common/fs/zfs/ |
| H A D | dsl_scan.c | 611 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local 622 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 649 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 673 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 1751 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL; in dsl_scan_scrub_cb() local 1765 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb() 1770 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb() 1777 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb() 1829 zio_flags, zb)); in dsl_scan_scrub_cb()
|
| H A D | zil.c | 183 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local 190 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block() 193 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block() 199 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 258 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local 272 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data() 278 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
| H A D | arc.c | 4335 void *private, zio_priority_t priority, int zio_flags, in arc_read() argument 4378 spa, NULL, NULL, NULL, zio_flags); in arc_read() 4566 cb->l2rcb_flags = zio_flags; in arc_read() 4582 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read() 4591 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read() 4629 arc_read_done, buf, priority, zio_flags, zb); in arc_read() 5067 int zio_flags, const zbookmark_phys_t *zb) in arc_write() argument 5092 priority, zio_flags, zb); in arc_write()
|
| /titanic_44/usr/src/uts/common/fs/zfs/sys/ |
| H A D | arc.h | 143 int zio_flags, const zbookmark_phys_t *zb);
|