Lines Matching full:trimmed
57 * While a metaslab is being actively trimmed it is not eligible to perform
87 * be automatically trimmed.
128 * and issuing them promptly so the trimmed space is available. Note
129 * that this value is a minimum; metaslabs can be trimmed less frequently
130 * when there are a large number of ranges which need to be trimmed.
134 * usage in order to track the ranges to be trimmed. Decreasing this value
142 * should be trimmed. The core elements are the vdev, the metaslab being
143 * trimmed and a range tree containing the extents to TRIM. All provided
162 uint64_t trim_bytes_done; /* Bytes trimmed */
703 /* Metaslab space after this offset has not been trimmed. */ in vdev_trim_calculate_progress()
711 /* Metaslab space before this offset has been trimmed */ in vdev_trim_calculate_progress()
853 * Every range to be trimmed must be part of ms_allocatable. in vdev_trim_range_add()
909 * is that everything must be trimmed. Override the default in vdev_trim_thread()
1314 * be trimmed. Otherwise our children are the leaves in vdev_autotrim_thread()
1352 * is being replaced it will not be trimmed. in vdev_autotrim_thread()
1402 * Verify every range which was trimmed is still in vdev_autotrim_thread()
1493 * trimmed. A top-level vdev which has been evacuated will never be trimmed.