Home
last modified time | relevance | path

Searched refs:blk_complete_sghdr_rq (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0002_linux_block.patch62 static int blk_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr,
65 @@ -272,7 +278,12 @@ static int blk_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr,
/kernel/linux/linux-5.10/block/
Dscsi_ioctl.c246 static int blk_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, in blk_complete_sghdr_rq() function
364 ret = blk_complete_sghdr_rq(rq, hdr, bio); in sg_io()