| ld_virtio.c | 156 struct buf *vr_bp; member in struct:virtio_blk_req 249 offsetof(struct virtio_blk_req, vr_bp), 251 offsetof(struct virtio_blk_req, vr_bp), 263 offsetof(struct virtio_blk_req, vr_bp), 509 KASSERT(vr->vr_bp == NULL); 530 vr->vr_bp = DUMMY_VR_BP; 615 KASSERT(vr->vr_bp == NULL); 636 vr->vr_bp = bp; 673 struct buf *bp = vr->vr_bp; 676 vr->vr_bp = NULL [all...] |