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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c261 ASSERT(t == ZIO_TYPE_READ || t == ZIO_TYPE_WRITE || t == ZIO_TYPE_TRIM);
473 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_TRIM),
509 avl_destroy(vdev_queue_type_tree(vq, ZIO_TYPE_TRIM));
627 if (zio->io_type == ZIO_TYPE_TRIM && !zfs_vdev_aggregate_trim)
910 ASSERT(zio->io_type == ZIO_TYPE_TRIM);
H A Dzio.c813 IMPLY(type != ZIO_TYPE_TRIM, psize <= SPA_MAXBLOCKSIZE);
1345 private, ZIO_TYPE_TRIM, priority, flags | ZIO_FLAG_PHYSICAL,
3836 zio->io_type == ZIO_TYPE_TRIM)) {
3868 zio->io_type == ZIO_TYPE_WRITE || zio->io_type == ZIO_TYPE_TRIM);
3887 if (zio->io_error && zio->io_type != ZIO_TYPE_TRIM) {
H A Dvdev_draid.c2620 case ZIO_TYPE_TRIM:
H A Dvdev.c4572 if (type == ZIO_TYPE_TRIM)
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c267 } else if (zio->io_type == ZIO_TYPE_TRIM) {
H A Dvdev_geom.c1096 case ZIO_TYPE_TRIM:
1109 zio->io_type == ZIO_TYPE_TRIM ||
1136 case ZIO_TYPE_TRIM:
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c282 } else if (zio->io_type == ZIO_TYPE_TRIM) {
H A Dvdev_disk.c764 case ZIO_TYPE_TRIM:
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h977 ZIO_TYPE_TRIM, enumerator in enum:zio_type

Completed in 213 milliseconds