Lines Matching refs:bio_cmd
620 if ((bp->bio_cmd != BIO_READ) && (bp->bio_cmd != BIO_WRITE) && in vtblk_strategy()
621 (bp->bio_cmd != BIO_FLUSH) && (bp->bio_cmd != BIO_DELETE)) { in vtblk_strategy()
966 switch (bp->bio_cmd) { in vtblk_request_bio()
984 panic("%s: bio with unhandled cmd: %d", __func__, bp->bio_cmd); in vtblk_request_bio()
1007 (bp->bio_cmd == BIO_READ || bp->bio_cmd == BIO_WRITE)) { in vtblk_request_execute()
1078 if (bp->bio_cmd == BIO_READ || bp->bio_cmd == BIO_WRITE) { in vtblk_request_execute_cb()
1102 if (bp->bio_cmd == BIO_READ) in vtblk_request_execute_cb()
1104 } else if (bp->bio_cmd == BIO_DELETE) { in vtblk_request_execute_cb()
1128 switch (bp->bio_cmd) { in vtblk_request_execute_cb()
1195 switch (bp->bio_cmd) { in vtblk_queue_completed()
1408 buf.bio_cmd = BIO_READ; in vtblk_ident()
1541 buf.bio_cmd = BIO_WRITE; in vtblk_dump_write()
1564 buf.bio_cmd = BIO_FLUSH; in vtblk_dump_flush()