Searched refs:vdev_notrim (Results 1 – 6 of 6) sorted by relevance
145 ASSERT(zfs_trim_enabled && !vd->vdev_notrim && in trim_map_create()326 if (!zfs_trim_enabled || vd->vdev_notrim || tm == NULL) in trim_map_free()343 if (!zfs_trim_enabled || vd->vdev_notrim || tm == NULL) in trim_map_write_start()
133 vd->vdev_notrim = B_TRUE; in vdev_file_open()
942 vd->vdev_notrim = B_TRUE; in vdev_geom_io_intr()1001 if (vd->vdev_notrim) { in vdev_geom_io_start()
731 if (zfs_trim_enabled && vdev_trim_on_init && !vd->vdev_notrim && in vdev_label_init()
1273 vd->vdev_notrim = B_FALSE; in vdev_open()1343 if (zfs_trim_enabled && !vd->vdev_notrim && vd->vdev_ops->vdev_op_leaf) in vdev_open()
232 boolean_t vdev_notrim; /* true if trim failed */ member