Lines Matching refs:READ_ONCE
68 open->dfd = READ_ONCE(sqe->fd); in __io_openat_prep()
69 fname = u64_to_user_ptr(READ_ONCE(sqe->addr)); in __io_openat_prep()
75 open->file_slot = READ_ONCE(sqe->file_index); in __io_openat_prep()
97 u64 mode = READ_ONCE(sqe->len); in io_openat_prep()
98 u64 flags = READ_ONCE(sqe->open_flags); in io_openat_prep()
111 how = u64_to_user_ptr(READ_ONCE(sqe->addr2)); in io_openat2_prep()
112 len = READ_ONCE(sqe->len); in io_openat2_prep()
228 close->fd = READ_ONCE(sqe->fd); in io_close_prep()
229 close->file_slot = READ_ONCE(sqe->file_index); in io_close_prep()
288 flags = READ_ONCE(sqe->install_fd_flags); in io_install_fixed_fd_prep()
333 p->fds = u64_to_user_ptr(READ_ONCE(sqe->addr)); in io_pipe_prep()
334 p->flags = READ_ONCE(sqe->pipe_flags); in io_pipe_prep()
338 p->file_slot = READ_ONCE(sqe->file_index); in io_pipe_prep()