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

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c120 static int md_wowbuf_size = 16384; variable
3042 cb->b_bufsize = md_wowbuf_size; /* change to wowbuf_size */
3044 cb->b_bcount = MIN(md_wowbuf_size, wow_resid);
5821 md_wowbuf_size = roundup(md_wowbuf_size, DEV_BSIZE);
5822 if (md_wowbuf_size <= 0)
5823 md_wowbuf_size = 2 * DEV_BSIZE;
5824 if (md_wowbuf_size > (32 * DEV_BSIZE))
5825 md_wowbuf_size = (32 * DEV_BSIZE);
5827 md_wowblk_size = md_wowbuf_size
[all...]

Completed in 68 milliseconds