1SUBMIT_BIO_WAIT(9)               The Linux VFS              SUBMIT_BIO_WAIT(9)
2
3
4

NAME

6       submit_bio_wait - submit a bio, and wait until it completes
7

SYNOPSIS

9       int submit_bio_wait(int rw, struct bio * bio);
10

ARGUMENTS

12       rw
13           whether to READ or WRITE, or maybe to READA (read ahead)
14
15       bio
16           The struct bio which describes the I/O
17

DESCRIPTION

19       Simple wrapper around submit_bio. Returns 0 on success, or the error
20       from bio_endio on failure.
21
23Kernel Hackers Manual 3.10         June 2019                SUBMIT_BIO_WAIT(9)
Impressum