submit_bio_wait (9) - Linux Manuals
submit_bio_wait: submit a bio, and wait until it completes
NAME
submit_bio_wait - submit a bio, and wait until it completes
SYNOPSIS
-
int submit_bio_wait(struct bio
* bio);
ARGUMENTS
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