Query: trace_block_rq_remap
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACE_BLOCK_RQ_REMAP(9) Block IO TRACE_BLOCK_RQ_REMAP(9)NAMEtrace_block_rq_remap - map request for a block operation requestSYNOPSISvoid trace_block_rq_remap(struct request_queue * q, struct request * rq, dev_t dev, sector_t from);ARGUMENTSq queue holding the operation rq block IO operation request dev device for the operation from original sector for the operationDESCRIPTIONThe block operation request rq in q has been remapped. The block operation request rq holds the current information and from hold the original sector.AUTHORSJason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRACE_BLOCK_RQ_REMAP(9)