1I2O_BLOCK_PREP_REQ_F(9) Message-based devices I2O_BLOCK_PREP_REQ_F(9)
2
3
4
6 i2o_block_prep_req_fn - Allocates I2O block device specific struct
7
9 int i2o_block_prep_req_fn(struct request_queue * q,
10 struct request * req);
11
13 q
14 request queue for the request
15
16 req
17 the request to prepare
18
20 Allocate the necessary i2o_block_request struct and connect it to the
21 request. This is needed that we not lose the SG list later on.
22
23 Returns BLKPREP_OK on success or BLKPREP_DEFER on failure.
24
26Kernel Hackers Manual 2.6. June 2019 I2O_BLOCK_PREP_REQ_F(9)