__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.SYNOPSISvoid __blk_end_request_all(struct request * rq, int error);ARGUMENTSrq the request to finish error 0 for success, < 0 for errorDESCRIPTIONCompletely finish rq. Must be called with queue lock held.COPYRIGHTKernel Hackers Manual 2.6. July 2010 __BLK_END_REQUEST_AL(9)
| Related Man Pages |
|---|
| usb_sg_init(9) - suse |
| vfs_lock_file(9) - suse |
| blk_init_queue(9) - centos |
| rdma_post_ud_send(3) - debian |
| blk_init_queue(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Ending SCSI request in block level driver |