Home
last modified time | relevance | path

Searched refs:cm_bp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c152 cm->cm_bp = NULL; in xbd_free_command()
220 cm->cm_bp->bio_error = EIO; in xbd_queue_cb()
221 biodone(cm->cm_bp); in xbd_queue_cb()
300 if (cm->cm_bp != NULL) in xbd_queue_request()
302 cm->cm_bp, xbd_queue_cb, cm, 0); in xbd_queue_request()
364 cm->cm_bp = bp; in xbd_bio_command()
466 bp = cm->cm_bp; in xbd_bio_complete()
533 if (cm->cm_bp) in xbd_int()
H A Dblock.h117 struct bio *cm_bp; member