Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzvol.c194 int zvol_maxphys = DMU_MAX_ACCESS/2; variable
1659 size_t size = MIN(resid, zvol_maxphys);
1736 if (bp->b_bcount > zvol_maxphys)
1737 bp->b_bcount = zvol_maxphys;
1989 *max_xfer_len = (uint64_t)zvol_maxphys;