Lines Matching full:operation

67  * @rq: block IO operation request
69 * The block operation request @rq is being placed back into queue
104 * block_rq_complete - block IO operation completed by device driver
110 * of operation request has been completed by the device driver. If
182 * block_rq_insert - insert block operation request into queue
183 * @rq: block IO operation request
185 * Called immediately before block operation request @rq is inserted
186 * into queue @q. The fields in the operation request @rq struct can
188 * operation would access.
198 * block_rq_issue - issue pending block IO request operation to device driver
199 * @rq: block IO operation request
201 * Called when block operation request @rq from queue @q is sent to a
213 * @rq: block IO operation request
215 * Called when block operation request @rq from queue @q is merged to another
226 * block_bio_complete - completed all work on the block operation
227 * @q: queue holding the block operation
228 * @bio: block operation completed
231 * block IO operation @bio.
290 * block_bio_bounce - used bounce buffer when processing block operation
291 * @bio: block operation
293 * A bounce buffer was used to handle the block operation @bio in @q.
305 * block_bio_backmerge - merging block operation to the end of an existing operation
306 * @bio: new block operation to merge
316 * block_bio_frontmerge - merging block operation to the beginning of an existing operation
317 * @bio: new block operation to merge
319 * Merging block IO operation @bio to the beginning of an existing block request.
327 * block_bio_queue - putting new block IO operation in queue
328 * @bio: new block operation
330 * About to place the block IO operation @bio into queue @q.
339 * @bio: pending block IO operation (can be %NULL)
341 * A request struct has been allocated to handle the block IO operation @bio.
352 * Plug the request queue @q. Do not allow block operation requests
410 * @bio: block operation being split
415 * hardware limitations such as operation crossing device boundaries in a RAID
449 * @bio: revised operation
450 * @dev: original device for the operation
451 * @from: original sector for the operation
453 * An operation for a logical device has been mapped to the
489 * block_rq_remap - map request for a block operation request
490 * @rq: block IO operation request
491 * @dev: device for the operation
492 * @from: original sector for the operation
494 * The block operation request @rq in @q has been remapped. The block
495 * operation request @rq holds the current information and @from hold