Home
last modified time | relevance | path

Searched refs:ZIO_TYPE_TRIM (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c1159 } else if (zio->io_type == ZIO_TYPE_TRIM) { in vdev_geom_io_start()
1168 zio->io_type == ZIO_TYPE_TRIM || in vdev_geom_io_start()
1215 case ZIO_TYPE_TRIM: in vdev_geom_io_start()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_file.c292 if (zio->io_type == ZIO_TYPE_TRIM) { in vdev_file_io_start()
H A Dvdev_queue.c611 if (zio->io_type == ZIO_TYPE_TRIM) in vdev_queue_aggregate()
950 ASSERT(zio->io_type == ZIO_TYPE_TRIM); in vdev_queue_io()
H A Dzio.c950 IMPLY(type != ZIO_TYPE_TRIM, psize <= SPA_MAXBLOCKSIZE); in zio_create()
1541 private, ZIO_TYPE_TRIM, priority, flags | ZIO_FLAG_PHYSICAL, in zio_trim()
4770 zio->io_type == ZIO_TYPE_TRIM)) { in zio_vdev_io_start()
4816 zio->io_type == ZIO_TYPE_TRIM); in zio_vdev_io_done()
4834 zio->io_type != ZIO_TYPE_TRIM) { in zio_vdev_io_done()
H A Dvdev_draid.c2949 case ZIO_TYPE_TRIM: in vdev_draid_spare_io_start()
H A Dvdev.c5181 if (type == ZIO_TYPE_TRIM) in vdev_stat_update()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h473 ZINJECT_IOTYPE_TRIM = ZIO_TYPE_TRIM,
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c1185 case ZIO_TYPE_TRIM: in vdev_disk_io_start()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1238 ZIO_TYPE_TRIM, enumerator