Searched refs:nvmet_copy_from_sgl (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/nvme/target/ |
D | fabrics-cmd.c | 134 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_admin_connect() 192 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_io_connect()
|
D | io-cmd-bdev.c | 156 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_bdev_execute_discard()
|
D | nvmet.h | 384 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf,
|
D | io-cmd-file.c | 243 ret = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_file_execute_discard()
|
D | core.c | 58 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf, size_t len) in nvmet_copy_from_sgl() function
|