table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| SUBMIT_BIO_WAIT(9) | The Linux VFS | SUBMIT_BIO_WAIT(9) |
NAME¶
submit_bio_wait - submit a bio, and wait until it completesSYNOPSIS¶
int
submit_bio_wait(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¶
Simple wrapper around submit_bio. Returns 0 on success, or the error from bio_endio on failure.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |