Lines Matching defs:dedup
99 * Override copies= for dedup state objects. 0 means the traditional behaviour
2319 boolean_t dedup = B_FALSE;
2373 * dedup entry store (zap or log), then we treat it
2377 * necessary because dedup objects are stored in the
2414 * Determine dedup setting. If we are in dmu_sync(),
2415 * we won't actually dedup now because that's all
2417 * dedup checksum. If the checksum is not strong
2422 dedup = (wp & WP_DMU_SYNC) ? B_FALSE : B_TRUE;
2432 * dedup is enabled as the two features are mutually
2435 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags &
2445 * result in a new ciphertext. Only encrypted blocks can be dedup'd
2446 * to avoid ambiguity in the dedup code since the DDT does not store
2456 dedup = B_FALSE;
2471 zp->zp_dedup = dedup;
2472 zp->zp_dedup_verify = dedup && dedup_verify;
2949 "Override copies= for dedup objects");