1SUBMIT_BIO_WAIT(9) The Linux VFS SUBMIT_BIO_WAIT(9)
23
4
NAME
6submit_bio_wait - submit a bio, and wait until it completes
7
SYNOPSIS
9int submit_bio_wait(int rw, struct bio * bio);
10
ARGUMENTS
12rw
13whether to READ or WRITE, or maybe to READA (read ahead)
1415
bio
16The struct bio which describes the I/O
17
DESCRIPTION
19Simple wrapper around submit_bio. Returns 0 on success, or the error
20from bio_endio on failure.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 SUBMIT_BIO_WAIT(9)