table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BIO_MAP_KERN(9) | The Linux VFS | BIO_MAP_KERN(9) |
NAME¶
bio_map_kern - map kernel address into bioSYNOPSIS¶
struct
bio * bio_map_kern(struct request_queue * q,
void * data, unsigned int len,
gfp_t gfp_mask);
ARGUMENTS¶
qthe struct request_queue for the bio
data
pointer to buffer to map
len
length in bytes
gfp_mask
allocation flags for bio allocation
DESCRIPTION¶
Map the kernel address into a bio suitable for io to a block device. Returns an error pointer in case of error.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |