Lines Matching refs:bio_cmd
619 if ((bp->bio_cmd != BIO_READ) && (bp->bio_cmd != BIO_WRITE) && in vtblk_strategy()
620 (bp->bio_cmd != BIO_FLUSH) && (bp->bio_cmd != BIO_DELETE)) { in vtblk_strategy()
971 switch (bp->bio_cmd) { in vtblk_request_bio()
989 panic("%s: bio with unhandled cmd: %d", __func__, bp->bio_cmd); in vtblk_request_bio()
1012 (bp->bio_cmd == BIO_READ || bp->bio_cmd == BIO_WRITE)) { in vtblk_request_execute()
1083 if (bp->bio_cmd == BIO_READ || bp->bio_cmd == BIO_WRITE) { in vtblk_request_execute_cb()
1107 if (bp->bio_cmd == BIO_READ) in vtblk_request_execute_cb()
1109 } else if (bp->bio_cmd == BIO_DELETE) { in vtblk_request_execute_cb()
1133 switch (bp->bio_cmd) { in vtblk_request_execute_cb()
1198 switch (bp->bio_cmd) { in vtblk_queue_complete_one()
1420 buf.bio_cmd = BIO_READ; in vtblk_ident()
1558 buf.bio_cmd = BIO_WRITE; in vtblk_dump_write()
1581 buf.bio_cmd = BIO_FLUSH; in vtblk_dump_flush()