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

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c43 int zfs_dedup_prefetch = 1; variable
47 TUNABLE_INT("vfs.zfs.dedup.prefetch", &zfs_dedup_prefetch);
48 SYSCTL_INT(_vfs_zfs_dedup, OID_AUTO, prefetch, CTLFLAG_RW, &zfs_dedup_prefetch,
753 if (!zfs_dedup_prefetch || bp == NULL || !BP_GET_DEDUP(bp))

Completed in 178 milliseconds