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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c137 * disabled by setting 'zfs_compressed_arc_enabled' to B_FALSE. When the
404 boolean_t zfs_compressed_arc_enabled = B_TRUE; variable
445 &zfs_compressed_arc_enabled, 0,
2211 if (!zfs_compressed_arc_enabled || HDR_GET_PSIZE(hdr) == 0) {
7721 if (zfs_compressed_arc_enabled)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c197 extern boolean_t zfs_compressed_arc_enabled;
5746 * Periodically change the zfs_compressed_arc_enabled setting.
5749 zfs_compressed_arc_enabled = ztest_random(2);

Completed in 175 milliseconds