Home
last modified time | relevance | path

Searched refs:zfs_dedup_prefetch (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dddt.c43 int zfs_dedup_prefetch = 1; variable
47 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()