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

/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c430 buf_t *readb1 = &cs->cs_pbuf; local
461 * device. In this case readb1 is used as the buf for
465 * readb1 is used for the initial read. readb2 is used for
467 * readb1 buffer.
469 * In both cases, writeb is used for the write, using readb1's
485 reset_buf(readb1, B_READ | B_BUSY,
487 readb1->b_bcount = dbtob(tcopysize);
488 readb1->b_un.b_addr = cs->cs_pbuffer;
489 readb1->b_edev = md_dev64_to_dev(
491 readb1
[all...]

Completed in 87 milliseconds