Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c263 ASSERT(t == ZIO_TYPE_READ || t == ZIO_TYPE_WRITE || t == ZIO_TYPE_TRIM); in vdev_queue_type_tree()
475 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_TRIM), in vdev_queue_init()
511 avl_destroy(vdev_queue_type_tree(vq, ZIO_TYPE_TRIM)); in vdev_queue_fini()
674 if (zio->io_type == ZIO_TYPE_TRIM && !zfs_vdev_aggregate_trim) in vdev_queue_aggregate()
957 ASSERT(zio->io_type == ZIO_TYPE_TRIM); in vdev_queue_io()
H A Dzio.c817 IMPLY(type != ZIO_TYPE_TRIM, psize <= SPA_MAXBLOCKSIZE); in zio_create()
1351 private, ZIO_TYPE_TRIM, priority, flags | ZIO_FLAG_PHYSICAL, in zio_trim()
3817 zio->io_type == ZIO_TYPE_TRIM)) { in zio_vdev_io_start()
3849 zio->io_type == ZIO_TYPE_WRITE || zio->io_type == ZIO_TYPE_TRIM); in zio_vdev_io_done()
3868 if (zio->io_error && zio->io_type != ZIO_TYPE_TRIM) { in zio_vdev_io_done()
H A Dvdev_draid.c2820 case ZIO_TYPE_TRIM: in vdev_draid_spare_io_start()
H A Dvdev.c4393 if (type == ZIO_TYPE_TRIM) in vdev_stat_update()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c267 } else if (zio->io_type == ZIO_TYPE_TRIM) { in vdev_file_io_start()
H A Dvdev_geom.c1096 case ZIO_TYPE_TRIM: in vdev_geom_io_start()
1109 zio->io_type == ZIO_TYPE_TRIM || in vdev_geom_io_start()
1136 case ZIO_TYPE_TRIM: in vdev_geom_io_start()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c282 } else if (zio->io_type == ZIO_TYPE_TRIM) { in vdev_file_io_start()
H A Dvdev_disk.c758 case ZIO_TYPE_TRIM: in vdev_disk_io_start()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h962 ZIO_TYPE_TRIM, enumerator