Query: __blk_end_request_cur
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__BLK_END_REQUEST_CU(9) Block Devices __BLK_END_REQUEST_CU(9)NAME__blk_end_request_cur - Helper function to finish the current request chunk.SYNOPSISbool __blk_end_request_cur(struct request * rq, int error);ARGUMENTSrq the request to finish the current chunk for error 0 for success, < 0 for errorDESCRIPTIONComplete the current consecutively mapped chunk from rq. Must be called with queue lock held.RETURNfalse - we are done with this request true - still buffers pending for this requestCOPYRIGHTKernel Hackers Manual 2.6. July 2010 __BLK_END_REQUEST_CU(9)