Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzvol.c221 int zvol_maxphys = DMU_MAX_ACCESS/2; variable
1966 size_t size = MIN(resid, zvol_maxphys); in zvol_strategy()
2051 if (bp->b_bcount > zvol_maxphys) in zvol_minphys()
2052 bp->b_bcount = zvol_maxphys; in zvol_minphys()
2335 *max_xfer_len = (uint64_t)zvol_maxphys; in zvol_get_volume_params()