Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-core.c Create Date:2022-07-28 17:00:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lk_insert_cloned_request - Helper for stacking drivers to submit a request*@q: the queue to submit the request*@rq: the request being queued

Proto:blk_status_t blk_insert_cloned_request(struct request_queue *q, struct request *rq)

Type:blk_status_t

Parameter:

TypeParameterName
struct request_queue *q
struct request *rq
1254  If lk_cloned_rq_check_limits - Helper function to check a cloned request* for new the queue limits*@q: the queue*@rq: the request being checked* Description:*@rq may have been made based on weaker limitations of upper-level queues Then Return BLK_STS_IOERR
1257  If rq_disk && should_fail_request( & part0, blk_rq_bytes(rq)) Then Return BLK_STS_IOERR
1261  If blk_queue_io_stat(q) Then blk_account_io_start(rq, true)
1269  Return Used by blk_insert_cloned_request() to issue request directly