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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c144 int zvol_maxphys = DMU_MAX_ACCESS/2; variable
1287 size_t size = MIN(resid, zvol_maxphys);
1334 * (every zvol_maxphys - currently 1MB) instead of minphys (currently
1340 if (bp->b_bcount > zvol_maxphys)
1341 bp->b_bcount = zvol_maxphys;
1565 *max_xfer_len = (uint64_t)zvol_maxphys;

Completed in 62 milliseconds