Searched refs:nvmet_copy_from_sgl (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/nvme/target/ |
| A D | passthru.c | 46 status = nvmet_copy_from_sgl(req, 0, id, sizeof(*id)); in nvmet_passthru_override_id_ctrl() 138 status = nvmet_copy_from_sgl(req, 0, id, sizeof(struct nvme_id_ns)); in nvmet_passthru_override_id_ns() 326 status = nvmet_copy_from_sgl(req, 0, &host[1], sizeof(*host)); in nvmet_passthru_set_host_behaviour()
|
| A D | fabrics-cmd.c | 186 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_admin_connect() 253 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_io_connect()
|
| A D | io-cmd-file.c | 308 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_file_execute_discard()
|
| A D | io-cmd-bdev.c | 372 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_bdev_execute_discard()
|
| A D | nvmet.h | 484 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf,
|
| A D | core.c | 99 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf, size_t len) in nvmet_copy_from_sgl() function
|
Completed in 29 milliseconds