TRACE_BLOCK_GETRQ(9) Block IO TRACE_BLOCK_GETRQ(9)NAMEtrace_block_getrq - get a free request entry in queue for block IO operationsSYNOPSISvoid trace_block_getrq(struct request_queue * q, struct bio * bio, int rw);ARGUMENTSq queue for operations bio pending block IO operation rw low bit indicates a read (0) or a write (1)DESCRIPTIONA request struct for queue q has been allocated to handle the block IO operation bio.AUTHORSJason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRACE_BLOCK_GETRQ(9)