Searched refs:blockif_request (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | block_if.c | 716 blockif_request(struct blockif_ctxt *bc, struct blockif_req *breq, in blockif_request() function 750 return (blockif_request(bc, breq, BOP_READ)); in blockif_read() 758 return (blockif_request(bc, breq, BOP_WRITE)); in blockif_write() 766 return (blockif_request(bc, breq, BOP_FLUSH)); in blockif_flush() 774 return (blockif_request(bc, breq, BOP_DELETE)); in blockif_delete()
|