Home
last modified time | relevance | path

Searched refs:ZIO_PRIORITY_SYNC_WRITE (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c243 return (p == ZIO_PRIORITY_SYNC_READ || p == ZIO_PRIORITY_SYNC_WRITE || in vdev_queue_class_fifo()
284 case ZIO_PRIORITY_SYNC_WRITE: in vdev_queue_class_min_active()
362 case ZIO_PRIORITY_SYNC_WRITE: in vdev_queue_class_max_active()
910 if (zio->io_priority != ZIO_PRIORITY_SYNC_WRITE && in vdev_queue_io()
1003 if (priority != ZIO_PRIORITY_SYNC_WRITE && in vdev_queue_change_io_priority()
H A Dvdev_label.c215 ZIO_PRIORITY_SYNC_WRITE, flags, B_TRUE)); in vdev_label_write()
247 vsx->vsx_active_queue[ZIO_PRIORITY_SYNC_WRITE]); in vdev_config_generate_stats()
269 vsx->vsx_pend_queue[ZIO_PRIORITY_SYNC_WRITE]); in vdev_config_generate_stats()
308 vsx->vsx_queue_histo[ZIO_PRIORITY_SYNC_WRITE], in vdev_config_generate_stats()
309 ARRAY_SIZE(vsx->vsx_queue_histo[ZIO_PRIORITY_SYNC_WRITE])); in vdev_config_generate_stats()
337 vsx->vsx_ind_histo[ZIO_PRIORITY_SYNC_WRITE], in vdev_config_generate_stats()
338 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_SYNC_WRITE])); in vdev_config_generate_stats()
365 vsx->vsx_agg_histo[ZIO_PRIORITY_SYNC_WRITE], in vdev_config_generate_stats()
366 ARRAY_SIZE(vsx->vsx_agg_histo[ZIO_PRIORITY_SYNC_WRITE])); in vdev_config_generate_stats()
H A Ddmu_direct.c199 ZIO_PRIORITY_SYNC_WRITE, ZIO_FLAG_CANFAIL, &zb); in dmu_write_direct()
H A Ddmu.c2050 dsa, ZIO_PRIORITY_SYNC_WRITE, ZIO_FLAG_CANFAIL, zb)); in dmu_sync_late_arrival()
2218 dmu_sync_done, dsa, ZIO_PRIORITY_SYNC_WRITE, ZIO_FLAG_CANFAIL, in dmu_sync()
H A Dzio.c2176 if (zio->io_priority == ZIO_PRIORITY_SYNC_WRITE) { in zio_taskq_dispatch()
4186 if (zio->io_priority == ZIO_PRIORITY_SYNC_WRITE || in zio_dva_throttle()
4344 if (zio->io_priority != ZIO_PRIORITY_SYNC_WRITE && in zio_dva_allocate()
H A Dddt.c1852 NULL, NULL, ZIO_PRIORITY_SYNC_WRITE, in ddt_repair_entry()
H A Ddmu_recv.c1534 abd, BP_GET_PSIZE(bp), NULL, NULL, ZIO_PRIORITY_SYNC_WRITE, flags, in do_corrective_recv()
H A Dzil.c1978 prio = ZIO_PRIORITY_SYNC_WRITE; in zil_lwb_write_issue()
H A Dvdev.c1787 ZIO_PRIORITY_SYNC_WRITE, vps->vps_flags, B_TRUE)); in vdev_probe_done()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1143 ZIO_PRIORITY_SYNC_WRITE, /* ZIL */ enumerator