| The Linux Kernel API | ||
|---|---|---|
| <<< Previous | Next >>> | |
whether to READ or WRITE, or maybe to READA (read ahead)
The &struct bio which describes the I/O
submit_bio is very similar in purpose to generic_make_request, and uses that function to do most of the work. Both are fairly rough interfaces, bio must be presetup and ready for I/O.
| <<< Previous | Home | Next >>> |
| generic_make_request | Up | end_that_request_first |