Query: blk_end_request
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_END_REQUEST(9) Block Devices BLK_END_REQUEST(9)NAMEblk_end_request - Helper function for drivers to complete the request.SYNOPSISbool blk_end_request(struct request * rq, int error, unsigned int nr_bytes);ARGUMENTSrq the request being processed error 0 for success, < 0 for error nr_bytes number of bytes to completeDESCRIPTIONEnds I/O on a number of bytes attached to rq. If rq has leftover, sets it up for the next range of segments.RETURNfalse - we are done with this request true - still buffers pending for this requestCOPYRIGHTKernel Hackers Manual 3.10 June 2014 BLK_END_REQUEST(9)
Related Man Pages |
---|
usb_control_msg(9) - suse |
struct_usb_request(9) - centos |
usb_interrupt_msg(9) - centos |
usb_sg_init(9) - centos |
rdma_post_sendv(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Ending SCSI request in block level driver |