Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c106 vd->vdev_has_trim = B_TRUE; in vdev_file_open()
H A Dvdev_geom.c976 vd->vdev_has_trim = (error == 0 && has_trim); in vdev_geom_open()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c106 vd->vdev_has_trim = B_TRUE; in vdev_file_open()
H A Dvdev_disk.c439 v->vdev_has_trim = bdev_discard_supported(bdev); in vdev_disk_open()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h411 boolean_t vdev_has_trim; /* TRIM is supported */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_trim.c1345 !cvd->vdev_has_trim || in vdev_autotrim_thread()
H A Dvdev_draid.c2663 if (cvd == NULL || !cvd->vdev_has_trim) { in vdev_draid_spare_io_start()
H A Darc.c8061 if (dev->l2ad_vdev->vdev_has_trim && l2arc_trim_ahead > 0) { in l2arc_write_size()
8729 if (vd->vdev_has_trim && dev->l2ad_evict < taddr && in l2arc_evict()
H A Dvdev.c4756 vs->vs_trim_notsup = !vd->vdev_has_trim; in vdev_get_stats_ex()
H A Dspa.c8129 } else if (!vd->vdev_has_trim) {