1I2O_BLOCK_END_REQUES(9) Message-based devices I2O_BLOCK_END_REQUES(9)
2
3
4
6 i2o_block_end_request - Post-processing of completed commands
7
9 void i2o_block_end_request(struct request * req, int error,
10 int nr_bytes);
11
13 req
14 request which should be completed
15
16 error
17 0 for success, < 0 for error
18
19 nr_bytes
20 number of bytes to complete
21
23 Mark the request as complete. The lock must not be held when entering.
24
26Kernel Hackers Manual 2.6. June 2019 I2O_BLOCK_END_REQUES(9)