other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
__BLK_END_BIDI_REQUE(9) | Block Devices | __BLK_END_BIDI_REQUE(9) |
NAME¶
__blk_end_bidi_request - Complete a bidi request with queue lock heldSYNOPSIS¶
bool
__blk_end_bidi_request(struct request * rq,
int error, unsigned int nr_bytes,
unsigned int bidi_bytes);
ARGUMENTS¶
rqthe request to complete
error
number of bytes to complete rq
bidi_bytes
number of bytes to complete
rq->next_rq
DESCRIPTION¶
Identical to blk_end_bidi_request except that queue lock is assumed to be locked on entry and remains so on return.RETURN¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |