Searched refs:nvmet_copy_to_sgl (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/nvme/target/ |
D | admin-cmd.c | 137 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_page_smart() 167 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_cmd_effects_ns() 188 status = nvmet_copy_to_sgl(req, 0, ctrl->changed_ns_list, len); in nvmet_execute_get_log_changed_ns() 242 status = nvmet_copy_to_sgl(req, offset, desc, len); in nvmet_execute_get_log_page_ana() 261 status = nvmet_copy_to_sgl(req, 0, &hdr, sizeof(hdr)); in nvmet_execute_get_log_page_ana() 381 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ctrl() 446 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ns() 478 status = nvmet_copy_to_sgl(req, 0, list, buf_size); in nvmet_execute_identify_nslist() 494 status = nvmet_copy_to_sgl(req, *off, &desc, sizeof(desc)); in nvmet_copy_ns_identifier() 499 status = nvmet_copy_to_sgl(req, *off, id, len); in nvmet_copy_ns_identifier() [all …]
|
D | discovery.c | 141 status = nvmet_copy_to_sgl(req, 0, hdr, data_len); in nvmet_execute_get_disc_log_page() 179 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_disc_ctrl()
|
D | nvmet.h | 382 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf,
|
D | core.c | 50 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf, in nvmet_copy_to_sgl() function
|