Home
last modified time | relevance | path

Searched refs:rw_flags (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/io_uring/
A Dfs.c159 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()
246 if (sqe->rw_flags || sqe->buf_index || sqe->splice_fd_in) in io_linkat_prep()
A Dsync.c89 if (sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_fallocate_prep()
A Dkbuf.c278 if (sqe->rw_flags || sqe->addr || sqe->len || sqe->off || in io_remove_buffers_prep()
322 if (sqe->rw_flags || sqe->splice_fd_in) in io_provide_buffers_prep()
A Dopenclose.c205 if (sqe->off || sqe->addr || sqe->len || sqe->rw_flags || sqe->buf_index) in io_close_prep()
A Dfdinfo.c101 (unsigned long long) sqe->addr, sqe->rw_flags, in __io_uring_show_fdinfo()
A Dnet.c88 if (unlikely(sqe->off || sqe->addr || sqe->rw_flags || in io_shutdown_prep()
1360 if (sqe->addr || sqe->rw_flags || sqe->buf_index) in io_socket_prep()
1422 if (sqe->len || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_connect_prep()
A Drw.c111 rw->flags = READ_ONCE(sqe->rw_flags); in io_prep_rw()
A Dio_uring.c4374 BUILD_BUG_SQE_ELEM(28, __kernel_rwf_t, rw_flags); in io_uring_init()
4375 BUILD_BUG_SQE_ELEM(28, /* compat */ int, rw_flags); in io_uring_init()
4376 BUILD_BUG_SQE_ELEM(28, /* compat */ __u32, rw_flags); in io_uring_init()
A Drsrc.c677 if (sqe->rw_flags || sqe->splice_fd_in) in io_files_update_prep()
/linux-6.3-rc2/include/uapi/linux/
A Dio_uring.h49 __kernel_rwf_t rw_flags; member

Completed in 25 milliseconds