Searched refs:rw_flags (Results 1 – 11 of 11) sorted by relevance
15 if (READ_ONCE(sqe->rw_flags)) in io_nop_prep()
159 if (sqe->off || sqe->rw_flags || sqe->buf_index || sqe->splice_fd_in) in io_mkdirat_prep()203 if (sqe->len || sqe->rw_flags || sqe->buf_index || sqe->splice_fd_in) in io_symlinkat_prep()
89 if (sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_fallocate_prep()
309 if (sqe->rw_flags || sqe->addr || sqe->len || sqe->off || in io_remove_buffers_prep()353 if (sqe->rw_flags || sqe->splice_fd_in) in io_provide_buffers_prep()
206 if (sqe->off || sqe->addr || sqe->len || sqe->rw_flags || sqe->buf_index) in io_close_prep()
107 (unsigned long long) sqe->addr, sqe->rw_flags, in io_uring_show_fdinfo()
98 if (unlikely(sqe->off || sqe->addr || sqe->rw_flags || in io_shutdown_prep()1446 if (sqe->addr || sqe->rw_flags || sqe->buf_index) in io_socket_prep()1508 if (sqe->len || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_connect_prep()
561 if (sqe->rw_flags || sqe->splice_fd_in) in io_files_update_prep()
112 rw->flags = READ_ONCE(sqe->rw_flags); in io_prep_rw()
4635 BUILD_BUG_SQE_ELEM(28, __kernel_rwf_t, rw_flags); in io_uring_init()4636 BUILD_BUG_SQE_ELEM(28, /* compat */ int, rw_flags); in io_uring_init()4637 BUILD_BUG_SQE_ELEM(28, /* compat */ __u32, rw_flags); in io_uring_init()
49 __kernel_rwf_t rw_flags; member