Lines Matching full:operation
67 * @q: queue holding operation
68 * @rq: block IO operation request
70 * The block operation request @rq is being placed back into queue
105 * block_rq_complete - block IO operation completed by device driver
111 * of operation request has been completed by the device driver. If
183 * block_rq_insert - insert block operation request into queue
185 * @rq: block IO operation request
187 * Called immediately before block operation request @rq is inserted
188 * into queue @q. The fields in the operation request @rq struct can
190 * operation would access.
200 * block_rq_issue - issue pending block IO request operation to device driver
201 * @q: queue holding operation
202 * @rq: block IO operation operation request
204 * Called when block operation request @rq from queue @q is sent to a
215 * block_bio_bounce - used bounce buffer when processing block operation
216 * @q: queue holding the block operation
217 * @bio: block operation
219 * A bounce buffer was used to handle the block operation @bio in @q.
254 * block_bio_complete - completed all work on the block operation
255 * @q: queue holding the block operation
256 * @bio: block operation completed
260 * block IO operation @bio.
319 * block_bio_backmerge - merging block operation to the end of an existing operation
320 * @q: queue holding operation
322 * @bio: new block operation to merge
335 * block_bio_frontmerge - merging block operation to the beginning of an existing operation
336 * @q: queue holding operation
338 * @bio: new block operation to merge
340 * Merging block IO operation @bio to the beginning of an existing block
341 * operation in queue @q.
351 * block_bio_queue - putting new block IO operation in queue
352 * @q: queue holding operation
353 * @bio: new block operation
355 * About to place the block IO operation @bio into queue @q.
417 * @bio: pending block IO operation (can be %NULL)
421 * block IO operation @bio.
431 * block_sleeprq - waiting to get a free request entry in queue for block IO operation
432 * @q: queue for operation
433 * @bio: pending block IO operation (can be %NULL)
452 * Plug the request queue @q. Do not allow block operation requests
511 * @bio: block operation being split
517 * such as operation crossing device boundaries in a RAID system.
551 * @q: queue holding the operation
552 * @bio: revised operation
553 * @dev: device for the operation
554 * @from: original sector for the operation
556 * An operation for a logical device has been mapped to the
593 * block_rq_remap - map request for a block operation request
594 * @q: queue holding the operation
595 * @rq: block IO operation request
596 * @dev: device for the operation
597 * @from: original sector for the operation
599 * The block operation request @rq in @q has been remapped. The block
600 * operation request @rq holds the current information and @from hold