Home
last modified time | relevance | path

Searched refs:ZIO_PRIORITY_TRIM (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_priority.h38 ZIO_PRIORITY_TRIM, /* trim I/O (discard) */ enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c257 vsx->vsx_active_queue[ZIO_PRIORITY_TRIM]); in vdev_config_generate_stats()
276 vsx->vsx_pend_queue[ZIO_PRIORITY_TRIM]); in vdev_config_generate_stats()
316 vsx->vsx_queue_histo[ZIO_PRIORITY_TRIM], in vdev_config_generate_stats()
317 ARRAY_SIZE(vsx->vsx_queue_histo[ZIO_PRIORITY_TRIM])); in vdev_config_generate_stats()
341 vsx->vsx_ind_histo[ZIO_PRIORITY_TRIM], in vdev_config_generate_stats()
342 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_TRIM])); in vdev_config_generate_stats()
365 vsx->vsx_agg_histo[ZIO_PRIORITY_TRIM], in vdev_config_generate_stats()
366 ARRAY_SIZE(vsx->vsx_agg_histo[ZIO_PRIORITY_TRIM])); in vdev_config_generate_stats()
H A Dvdev_queue.c287 p == ZIO_PRIORITY_TRIM) { in vdev_queue_init()
424 case ZIO_PRIORITY_TRIM: in vdev_queue_class_min_active()
488 case ZIO_PRIORITY_TRIM: in vdev_queue_class_max_active()
780 ASSERT(zio->io_priority != ZIO_PRIORITY_TRIM); in vdev_queue_io()
790 ASSERT(zio->io_priority != ZIO_PRIORITY_TRIM); in vdev_queue_io()
800 ASSERT(zio->io_priority == ZIO_PRIORITY_TRIM); in vdev_queue_io()
H A Dvdev_trim.c520 ZIO_PRIORITY_TRIM, ZIO_FLAG_CANFAIL, ta->trim_flags)); in vdev_trim_range()