Home
last modified time | relevance | path

Searched refs:u_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/nvme/host/
Dnvme.h135 int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr);
Dscsi.c2527 int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr) in nvme_sg_io() argument
2534 if (copy_from_user(&hdr, u_hdr, sizeof(hdr))) in nvme_sg_io()
2548 if (copy_to_user(u_hdr, &hdr, sizeof(sg_io_hdr_t)) > 0) in nvme_sg_io()