/* blkaiolib.h * * aio image-backed block device. * * (c) 2004 Andrew Warfield. * * Xend has been modified to use an amorfs:[fsid] disk tag. * This will show up as device type (maj:240,min:0) = 61440. * * The fsid is placed in the sec_start field of the disk extent. */ int ublkback_request(blkif_request_t *req, int batch_done); int ublkback_response(blkif_response_t *rsp); /* noop */ int ublkback_new_blkif(blkif_t *blkif); void ublkback_init(void);