Lines Matching full:request
16 * blk_end_sync_rq - executes a completion event on a request
17 * @rq: request to complete
18 * @error: end I/O status of the request
20 static void blk_end_sync_rq(struct request *rq, blk_status_t error) in blk_end_sync_rq()
27 * complete last, if this is a stack request the process (and thus in blk_end_sync_rq()
34 * blk_execute_rq_nowait - insert a request into queue for execution
35 * @q: queue to insert the request in
37 * @rq: request to insert
38 * @at_head: insert request at head or tail of queue
42 * Insert a fully prepared request at the back of the I/O scheduler queue
49 struct request *rq, int at_head, in blk_execute_rq_nowait()
59 * don't check dying flag for MQ because the request won't in blk_execute_rq_nowait()
67 * blk_execute_rq - insert a request into queue for execution
68 * @q: queue to insert the request in
70 * @rq: request to insert
71 * @at_head: insert request at head or tail of queue
74 * Insert a fully prepared request at the back of the I/O scheduler queue
78 struct request *rq, int at_head) in blk_execute_rq()