sqe_copy 2066 fs/io_uring.c struct io_uring_sqe *sqe_copy; sqe_copy 2071 fs/io_uring.c sqe_copy = kmalloc(sizeof(*sqe_copy), GFP_KERNEL); sqe_copy 2072 fs/io_uring.c if (!sqe_copy) sqe_copy 2078 fs/io_uring.c kfree(sqe_copy); sqe_copy 2083 fs/io_uring.c memcpy(sqe_copy, s->sqe, sizeof(*sqe_copy)); sqe_copy 2084 fs/io_uring.c req->submit.sqe = sqe_copy; sqe_copy 2423 fs/io_uring.c struct io_uring_sqe *sqe_copy; sqe_copy 2425 fs/io_uring.c sqe_copy = kmemdup(s->sqe, sizeof(*sqe_copy), GFP_KERNEL); sqe_copy 2426 fs/io_uring.c if (sqe_copy) { sqe_copy 2429 fs/io_uring.c s->sqe = sqe_copy; sqe_copy 2525 fs/io_uring.c struct io_uring_sqe *sqe_copy; sqe_copy 2579 fs/io_uring.c sqe_copy = kmemdup(s->sqe, sizeof(*sqe_copy), GFP_KERNEL); sqe_copy 2580 fs/io_uring.c if (!sqe_copy) { sqe_copy 2585 fs/io_uring.c s->sqe = sqe_copy;