VD_OP_BWRITE
!(VD_OP_SUPPORTED(vdc->operations, VD_OP_BWRITE))) {
rv = vdc_do_op(vdc, VD_OP_BWRITE, addr, nbytes, VDCPART(dev),
int op = (buf->b_flags & B_READ) ? VD_OP_BREAD : VD_OP_BWRITE;
if (((operation == VD_OP_BREAD) || (operation == VD_OP_BWRITE)) &&
if ((operation == VD_OP_BREAD) || (operation == VD_OP_BWRITE)) {
if (op == VD_OP_BREAD || op == VD_OP_BWRITE) {
ldep->operation == VD_OP_BWRITE) {
curr_ldep->operation == VD_OP_BWRITE)) {
if (op == VD_OP_BREAD || op == VD_OP_BWRITE) {
if (op == VD_OP_BREAD || op == VD_OP_BWRITE) {
if (vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE,
if ((status = vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE,
if (operation == VD_OP_BWRITE)
if (operation == VD_OP_BWRITE)
if (operation == VD_OP_BWRITE)
(request->operation == VD_OP_BWRITE));
if (request->operation == VD_OP_BWRITE && !(vd->open_flags & FWRITE)) {
vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE, (caddr_t)labelp, \
ASSERT(task->request->operation == VD_OP_BWRITE);
if (vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE,
{X(VD_OP_BWRITE), vd_start_bio, vd_complete_bio},
((1 << VD_OP_BWRITE) | \
ASSERT(((op) == VD_OP_BREAD) || ((op) == VD_OP_BWRITE));\