Searched refs:blk_rq_unmap_user (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/block/
H A Dblk-map.c54 * A matching blk_rq_unmap_user() must be issued at the end of I/O, while
60 * original bio must be passed back in to blk_rq_unmap_user() for proper
137 * blk_rq_unmap_user - unmap a request with user data
145 int blk_rq_unmap_user(struct bio *bio) blk_rq_unmap_user() function
166 EXPORT_SYMBOL(blk_rq_unmap_user); variable
H A Dbsg.c292 blk_rq_unmap_user(next_rq->bio); bsg_map_hdr()
425 blk_rq_unmap_user(bidi_bio); blk_complete_sgv4_hdr_rq()
441 blk_rq_unmap_user(bio); blk_complete_sgv4_hdr_rq()
H A Dscsi_ioctl.c279 r = blk_rq_unmap_user(bio); blk_complete_sghdr_rq()
/linux-4.1.27/drivers/scsi/
H A Dsg.c1343 * blk_rq_unmap_user() can be called from user context. sg_rq_end_io()
1787 ret = blk_rq_unmap_user(srp->bio); sg_finish_rem_req()
H A Dst.c489 blk_rq_unmap_user(tmp);
H A Dosst.c339 blk_rq_unmap_user(SRpnt->bio); osst_end_async()
/linux-4.1.27/include/linux/
H A Dblkdev.h853 extern int blk_rq_unmap_user(struct bio *);
/linux-4.1.27/drivers/cdrom/
H A Dcdrom.c2216 if (blk_rq_unmap_user(bio)) cdrom_read_cdda_bpc()

Completed in 345 milliseconds