Searched defs:zfs_vdev_cache_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c66 * if the total cache size exceeds zfs_vdev_cache_size.
75 * track buffer). At most zfs_vdev_cache_size bytes will be kept in each
82 * it by setting the zfs_vdev_cache_size to zero. Note that Solaris 11
86 int zfs_vdev_cache_size = 0; variable
167 if (zfs_vdev_cache_size == 0)
175 zfs_vdev_cache_size) {

Completed in 82 milliseconds