1__BLK_END_REQUEST_ER(9)          Block Devices         __BLK_END_REQUEST_ER(9)
2
3
4

NAME

6       __blk_end_request_err - Finish a request till the next failure
7       boundary.
8

SYNOPSIS

10       bool __blk_end_request_err(struct request * rq, int error);
11

ARGUMENTS

13       rq
14           the request to finish till the next failure boundary for
15
16       error
17           must be negative errno
18

DESCRIPTION

20       Complete rq till the next failure boundary. Must be called with queue
21       lock held.
22

RETURN

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_ER(9)
Impressum