Lines Matching full:operation

67  * @rq: block IO operation request
69 * The block operation request @rq is being placed back into queue
136 * block_rq_complete - block IO operation completed by device driver
142 * of operation request has been completed by the device driver. If
155 * block_rq_error - block IO operation error reported by device driver
161 * of operation request has failed as reported by the device driver.
205 * block_rq_insert - insert block operation request into queue
206 * @rq: block IO operation request
208 * Called immediately before block operation request @rq is inserted
209 * into queue @q. The fields in the operation request @rq struct can
211 * operation would access.
221 * block_rq_issue - issue pending block IO request operation to device driver
222 * @rq: block IO operation request
224 * Called when block operation request @rq from queue @q is sent to a
236 * @rq: block IO operation request
238 * Called when block operation request @rq from queue @q is merged to another
249 * block_bio_complete - completed all work on the block operation
250 * @q: queue holding the block operation
251 * @bio: block operation completed
254 * block IO operation @bio.
313 * block_bio_bounce - used bounce buffer when processing block operation
314 * @bio: block operation
316 * A bounce buffer was used to handle the block operation @bio in @q.
328 * block_bio_backmerge - merging block operation to the end of an existing operation
329 * @bio: new block operation to merge
339 * block_bio_frontmerge - merging block operation to the beginning of an existing operation
340 * @bio: new block operation to merge
342 * Merging block IO operation @bio to the beginning of an existing block request.
350 * block_bio_queue - putting new block IO operation in queue
351 * @bio: new block operation
353 * About to place the block IO operation @bio into queue @q.
362 * @bio: pending block IO operation (can be %NULL)
364 * A request struct has been allocated to handle the block IO operation @bio.
375 * Plug the request queue @q. Do not allow block operation requests
433 * @bio: block operation being split
438 * hardware limitations such as operation crossing device boundaries in a RAID
472 * @bio: revised operation
473 * @dev: original device for the operation
474 * @from: original sector for the operation
476 * An operation for a logical device has been mapped to the
512 * block_rq_remap - map request for a block operation request
513 * @rq: block IO operation request
514 * @dev: device for the operation
515 * @from: original sector for the operation
517 * The block operation request @rq in @q has been remapped. The block
518 * operation request @rq holds the current information and @from hold