XYCMD_WR
xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0);
(comm == XYCMD_RD || comm == XYCMD_WR)) {
if (iopb->com == XYCMD_RD || iopb->com == XYCMD_WR)
if ((comm == XYCMD_RD || comm == XYCMD_WR) &&
case XYCMD_WR:
if (xio->cmd == XYCMD_WR) {
case XYCMD_WR:
xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0);
(comm == XYCMD_RD || comm == XYCMD_WR)) {
if (iopb->com == XYCMD_RD || iopb->com == XYCMD_WR)
if ((comm == XYCMD_RD || comm == XYCMD_WR) &&
case XYCMD_WR:
if (xio->cmd == XYCMD_WR) {
case XYCMD_WR: