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

NAME

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

SYNOPSIS

9       bool blk_end_request_err(struct request * rq, int error);
10

ARGUMENTS

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

DESCRIPTION

19       Complete rq till the next failure boundary.
20

RETURN

22       false - we are done with this request true - still buffers pending for
23       this request
24
26Kernel Hackers Manual 3.10         June 2019            BLK_END_REQUEST_ERR(9)
Impressum