Searched refs:zfs_dedup_prefetch (Results 1 – 1 of 1) sorted by relevance
43 int zfs_dedup_prefetch = 1; variable47 SYSCTL_INT(_vfs_zfs_dedup, OID_AUTO, prefetch, CTLFLAG_RWTUN, &zfs_dedup_prefetch,753 if (!zfs_dedup_prefetch || bp == NULL || !BP_GET_DEDUP(bp)) in ddt_prefetch()