Home
last modified time | relevance | path

Searched refs:zfs_vdev_cache_max (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_cache.c86 int zfs_vdev_cache_max = 1<<14; /* 16KB */ variable
95 &zfs_vdev_cache_max, 0, "Maximum I/O request size that increase read size");
278 if (zio->io_size > zfs_vdev_cache_max) in vdev_cache_read()