Searched refs:zfs_trim_enabled (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c77 extern boolean_t zfs_trim_enabled;
152 ASSERT(zfs_trim_enabled && !vd->vdev_notrim &&
178 if (!zfs_trim_enabled)
333 if (!zfs_trim_enabled || vd->vdev_notrim || tm == NULL)
350 if (!zfs_trim_enabled || vd->vdev_notrim || tm == NULL)
397 if (!zfs_trim_enabled || tm == NULL)
597 if (!zfs_trim_enabled)
612 if (!zfs_trim_enabled)
635 if (!zfs_trim_enabled)
H A Dzil.c87 boolean_t zfs_trim_enabled = B_TRUE; variable
89 TUNABLE_INT("vfs.zfs.trim.enabled", &zfs_trim_enabled);
90 SYSCTL_INT(_vfs_zfs_trim, OID_AUTO, enabled, CTLFLAG_RDTUN, &zfs_trim_enabled, 0,
H A Dvdev_label.c717 if (zfs_trim_enabled && vdev_trim_on_init && !vd->vdev_notrim &&
H A Dzio.c929 if (zfs_trim_enabled || BP_IS_GANG(bp) || BP_GET_DEDUP(bp) ||
956 if (zfs_trim_enabled)
H A Dvdev.c1325 if (zfs_trim_enabled && !vd->vdev_notrim && vd->vdev_ops->vdev_op_leaf)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h49 extern boolean_t zfs_trim_enabled;

Completed in 201 milliseconds