Query: bio_map_kern
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BIO_MAP_KERN(9) The Linux VFS BIO_MAP_KERN(9)NAMEbio_map_kern - map kernel address into bioSYNOPSISstruct bio * bio_map_kern(struct request_queue * q, void * data, unsigned int len, gfp_t gfp_mask);ARGUMENTSq the struct request_queue for the bio data pointer to buffer to map len length in bytes gfp_mask allocation flags for bio allocationDESCRIPTIONMap the kernel address into a bio suitable for io to a block device. Returns an error pointer in case of error.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BIO_MAP_KERN(9)