bio_map_kern — map kernel address into bio
struct bio * bio_map_kern
(struct request_queue * q, void * data, unsigned int len, gfp_t gfp_mask);
the struct request_queue for the bio
pointer to buffer to map
length in bytes
allocation flags for bio allocation
Map the kernel address into a bio suitable for io to a block device. Returns an error pointer in case of error.