centos man page for __blk_end_request_all

Query: __blk_end_request_all

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__BLK_END_REQUEST_AL(9) 					   Block Devices					   __BLK_END_REQUEST_AL(9)

NAME
__blk_end_request_all - Helper function for drives to finish the request.
SYNOPSIS
void __blk_end_request_all(struct request * rq, int error);
ARGUMENTS
rq the request to finish error 0 for success, < 0 for error
DESCRIPTION
Completely finish rq. Must be called with queue lock held.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __BLK_END_REQUEST_AL(9)
Related Man Pages
usb_poison_urb(9) - centos
blk_init_queue(9) - centos
ccw_device_start(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
blk_init_queue(9) - suse
Similar Topics in the Unix Linux Community
Ending SCSI request in block level driver