Determine io_context for request allocation
struct io_context * rq_ioc(struct bio * bio);
bio
request being allocated is for this bio (can be NULL)
Determine io_context to use for request allocation for bio. May return NULL if current->io_context doesn't exist.