table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SUBMIT_BIO(9) | Block Devices | SUBMIT_BIO(9) |
NAME¶
submit_bio - submit a bio to the block device layer for I/OSYNOPSIS¶
void
submit_bio(int rw,
struct bio * bio);
ARGUMENTS¶
rwwhether to READ or WRITE, or
maybe to READA (read ahead)
bio
The struct bio which describes the I/O
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |