1__BLK_END_REQUEST_CU(9) Block Devices __BLK_END_REQUEST_CU(9)
2
3
4
6 __blk_end_request_cur - Helper function to finish the current request
7 chunk.
8
10 bool __blk_end_request_cur(struct request * rq, int error);
11
13 rq
14 the request to finish the current chunk for
15
16 error
17 0 for success, < 0 for error
18
20 Complete the current consecutively mapped chunk from rq. Must be called
21 with queue lock held.
22
24 false - we are done with this request true - still buffers pending for
25 this request
26
28Kernel Hackers Manual 3.10 June 2019 __BLK_END_REQUEST_CU(9)