Searched refs:blk_rq_map_user_iov (Results 1 – 2 of 2) sorted by relevance
| /linux/block/ |
| H A D | blk-map.c | 499 int blk_rq_map_user_iov(struct request_queue *q, struct request *rq, in blk_rq_map_user_iov() function 553 EXPORT_SYMBOL(blk_rq_map_user_iov); 565 return blk_rq_map_user_iov(q, rq, map_data, &i, gfp_mask); in blk_rq_map_user() 594 ret = blk_rq_map_user_iov(req->q, req, map_data, &iter, in blk_rq_map_user_io()
|
| /linux/drivers/nvme/host/ |
| H A D | ioctl.c | 139 ret = blk_rq_map_user_iov(q, req, NULL, iter, GFP_KERNEL); in nvme_map_user_request()
|