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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c784 * If the device maxtransfer size is not available, we use ufs_maxmaxphys
788 int ufs_maxmaxphys = (1024 * 1024); variable
1198 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys);
1202 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys);

Completed in 47 milliseconds