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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c73 * All i/os smaller than zfs_vdev_cache_max will be turned into
85 int zfs_vdev_cache_max = 1<<14; /* 16KB */ variable
268 if (zio->io_size > zfs_vdev_cache_max)

Completed in 44 milliseconds