The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
It's possible for a queue to register a prepare_request callback which is invoked before the request is handed to the request_fn. The goal of the function is to prepare a request for I/O, it can be used to build a cdb from the request data for instance.
<<< Previous | Home | Next >>> |
blk_get_backing_dev_info | Up | blk_queue_merge_bvec |