Searched refs:VD_OP_BWRITE (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | vdsk_common.h | 92 #define VD_OP_BWRITE 0x02 /* Block Write */ macro 138 ((1 << VD_OP_BWRITE) | \ 546 ASSERT(((op) == VD_OP_BREAD) || ((op) == VD_OP_BWRITE));\
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vds.c | 234 vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE, (caddr_t)labelp, \ 1119 if (vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE, in vd_dskimg_set_vtoc() 1342 if ((status = vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE, in vd_dskimg_write_devid() 1539 if (operation == VD_OP_BWRITE) in vd_scsi_rdwr() 1778 if (operation == VD_OP_BWRITE) in vd_slice_fake_rdwr() 1837 if (operation == VD_OP_BWRITE) in vd_slice_fake_rdwr() 1987 (request->operation == VD_OP_BWRITE)); in vd_start_bio() 2003 if (request->operation == VD_OP_BWRITE && !(vd->open_flags & FWRITE)) { in vd_start_bio() 2452 ASSERT(task->request->operation == VD_OP_BWRITE); in vd_complete_bio() 3372 if (vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE, in vd_do_dskimg_ioctl() [all …]
|
H A D | vdc.c | 1317 !(VD_OP_SUPPORTED(vdc->operations, VD_OP_BWRITE))) { in vdc_open() 1464 rv = vdc_do_op(vdc, VD_OP_BWRITE, addr, nbytes, VDCPART(dev), in vdc_dump() 1497 int op = (buf->b_flags & B_READ) ? VD_OP_BREAD : VD_OP_BWRITE; in vdc_strategy() 2952 if (((operation == VD_OP_BREAD) || (operation == VD_OP_BWRITE)) && in vdc_send_request() 3019 if ((operation == VD_OP_BREAD) || (operation == VD_OP_BWRITE)) { in vdc_send_request() 3291 if (op == VD_OP_BREAD || op == VD_OP_BWRITE) { in vdc_do_op() 4076 ldep->operation == VD_OP_BWRITE) { in vdc_cancel_backup_dring() 4201 curr_ldep->operation == VD_OP_BWRITE)) { in vdc_backup_local_dring() 5069 if (op == VD_OP_BREAD || op == VD_OP_BWRITE) { in vdc_process_data_msg() 6819 if (op == VD_OP_BREAD || op == VD_OP_BWRITE) { in vdc_eio_unqueue()
|