rq_ioc (9) Linux Manual Page
rq_ioc – determine io_context for request allocation
Synopsis
struct io_context *rq_ioc(struct bio *bio);
Arguments
bio
-
- request being allocated is for this bio (can be NULL)
Description
Determine io_context to use for request allocation for bio. May return NULL if current->io_context doesn’t exist.
