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 operation request
201 * Called when block operation request @rq from queue @q is sent to a
213 * @rq: block IO operation operation request
215 * Called when block operation request @rq from queue @q is merged to another
226 * block_bio_bounce - used bounce buffer when processing block operation
227 * @q: queue holding the block operation
228 * @bio: block operation
230 * A bounce buffer was used to handle the block operation @bio in @q.
265 * block_bio_complete - completed all work on the block operation
266 * @q: queue holding the block operation
267 * @bio: block operation completed
270 * block IO operation @bio.
329 * block_bio_backmerge - merging block operation to the end of an existing operation
330 * @q: queue holding operation
332 * @bio: new block operation to merge
345 * block_bio_frontmerge - merging block operation to the beginning of an existing operation
346 * @q: queue holding operation
348 * @bio: new block operation to merge
350 * Merging block IO operation @bio to the beginning of an existing block
351 * operation in queue @q.
361 * block_bio_queue - putting new block IO operation in queue
362 * @q: queue holding operation
363 * @bio: new block operation
365 * About to place the block IO operation @bio into queue @q.
427 * @bio: pending block IO operation (can be %NULL)
431 * block IO operation @bio.
441 * block_sleeprq - waiting to get a free request entry in queue for block IO operation
442 * @q: queue for operation
443 * @bio: pending block IO operation (can be %NULL)
462 * Plug the request queue @q. Do not allow block operation requests
521 * @bio: block operation being split
527 * such as operation crossing device boundaries in a RAID system.
561 * @q: queue holding the operation
562 * @bio: revised operation
563 * @dev: device for the operation
564 * @from: original sector for the operation
566 * An operation for a logical device has been mapped to the
603 * block_rq_remap - map request for a block operation request
604 * @rq: block IO operation request
605 * @dev: device for the operation
606 * @from: original sector for the operation
608 * The block operation request @rq in @q has been remapped. The block
609 * operation request @rq holds the current information and @from hold