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_ALL(9)						   Block Devices					    BLK_END_REQUEST_ALL(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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BLK_END_REQUEST_ALL(9)
Related Man Pages
usb_poison_urb(9) - centos
del_timer_sync(9) - centos
srp_reconnect_rport(9) - centos
usb_control_msg(9) - centos
blk_init_queue(9) - suse
Similar Topics in the Unix Linux Community
Ending SCSI request in block level driver