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

/illumos-gate/usr/src/lib/libzpool/common/
H A Dllib-lzpool70 extern boolean_t zfs_compressed_arc_enabled;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c137 * disabled by setting 'zfs_compressed_arc_enabled' to B_FALSE. When the
365 boolean_t zfs_compressed_arc_enabled = B_TRUE; variable
1806 if (!zfs_compressed_arc_enabled || HDR_GET_PSIZE(hdr) == 0) {
6734 if (zfs_compressed_arc_enabled)
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c190 extern boolean_t zfs_compressed_arc_enabled;
5420 * Periodically change the zfs_compressed_arc_enabled setting.
5423 zfs_compressed_arc_enabled = ztest_random(2);

Completed in 644 milliseconds