Searched refs:u_hdr (Results 1 – 2 of 2) sorted by relevance
175 int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr);
3042 int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr) in nvme_sg_io() argument3049 if (copy_from_user(&hdr, u_hdr, sizeof(hdr))) in nvme_sg_io()3061 if (copy_to_user(u_hdr, &hdr, sizeof(sg_io_hdr_t)) > 0) in nvme_sg_io()