Searched refs:ZIO_PRIORITY_SYNC_READ (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zio_priority.h | 26 ZIO_PRIORITY_SYNC_READ, enumerator
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 248 if (p == ZIO_PRIORITY_SYNC_READ || p == ZIO_PRIORITY_SYNC_WRITE) in vdev_queue_init() 364 case ZIO_PRIORITY_SYNC_READ: in vdev_queue_class_min_active() 423 case ZIO_PRIORITY_SYNC_READ: in vdev_queue_class_max_active() 696 if (zio->io_priority != ZIO_PRIORITY_SYNC_READ && in vdev_queue_io()
|
H A D | zap.c | 168 ZIO_PRIORITY_SYNC_READ); in zap_table_grow() 945 ZIO_PRIORITY_SYNC_READ); in fzap_prefetch() 1294 ZIO_PRIORITY_SYNC_READ); in fzap_get_stats()
|
H A D | space_map.c | 80 end - bufsize, ZIO_PRIORITY_SYNC_READ); in space_map_load()
|
H A D | zil.c | 199 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 278 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
H A D | vdev_label.c | 192 ZIO_PRIORITY_SYNC_READ, flags, B_TRUE)); in vdev_label_read()
|
H A D | dmu_objset.c | 324 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL, &aflags, &zb); in dmu_objset_open_impl()
|
H A D | dmu_send.c | 2388 ZIO_PRIORITY_SYNC_READ); in receive_read_prefetch()
|
H A D | vdev.c | 1071 ZIO_PRIORITY_SYNC_READ, vps->vps_flags, B_TRUE)); in vdev_probe()
|
H A D | zio.c | 2186 arc_getbuf_func, &abuf, ZIO_PRIORITY_SYNC_READ, in zio_ddt_collision()
|
H A D | dbuf.c | 704 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, in dbuf_read_impl()
|
H A D | zfs_vnops.c | 2450 ZIO_PRIORITY_SYNC_READ); in zfs_readdir()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 162 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL, &zb)); in zil_prt_rec_write()
|
H A D | zdb.c | 3407 ZIO_PRIORITY_SYNC_READ, in zdb_read_block() 3414 ZIO_TYPE_READ, ZIO_PRIORITY_SYNC_READ, in zdb_read_block()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 3601 ZIO_PRIORITY_SYNC_READ); in ztest_dmu_read_write() 5722 ZIO_PRIORITY_SYNC_READ); in ztest_run()
|