Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dtruncate.c27 if (sqe->rw_flags || sqe->addr || sqe->len || sqe->buf_index || in io_ftruncate_prep()
H A Depoll.c71 if (sqe->off || sqe->rw_flags || sqe->buf_index || sqe->splice_fd_in) in io_epoll_wait_prep()
H A Dfs.c165 if (sqe->off || sqe->rw_flags || sqe->buf_index || sqe->splice_fd_in) in io_mkdirat_prep()
211 if (sqe->len || sqe->rw_flags || sqe->buf_index || sqe->splice_fd_in) in io_symlinkat_prep()
H A Dsync.c91 if (sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_fallocate_prep()
H A Dcmd_net.c145 if (sqe->ioprio || sqe->__pad1 || sqe->len || sqe->rw_flags) in io_uring_cmd_getsockname()
H A Dfdinfo.c137 (unsigned long long) sqe->addr, sqe->rw_flags, in __io_uring_show_fdinfo()
H A Dnet.c127 if (unlikely(sqe->off || sqe->addr || sqe->rw_flags || in io_shutdown_prep()
1723 if (sqe->addr || sqe->rw_flags || sqe->buf_index) in io_socket_prep()
1778 if (sqe->len || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_connect_prep()
1850 if (sqe->len || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_bind_prep()
1884 if (sqe->addr || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in || sqe->addr2) in io_listen_prep()
H A Dkbuf.c485 if (sqe->rw_flags || sqe->addr || sqe->len || sqe->off || in io_remove_buffers_prep()
505 if (sqe->rw_flags || sqe->splice_fd_in) in io_provide_buffers_prep()
H A Dopenclose.c223 if (sqe->off || sqe->addr || sqe->len || sqe->rw_flags || sqe->buf_index) in io_close_prep()
H A Dio_uring.c3146 BUILD_BUG_SQE_ELEM(28, __kernel_rwf_t, rw_flags); in io_uring_init()
3147 BUILD_BUG_SQE_ELEM(28, /* compat */ int, rw_flags); in io_uring_init()
3148 BUILD_BUG_SQE_ELEM(28, /* compat */ __u32, rw_flags); in io_uring_init()
H A Drw.c297 rw->flags = (__force rwf_t) READ_ONCE(sqe->rw_flags); in __io_prep_rw()
H A Drsrc.c417 if (sqe->rw_flags || sqe->splice_fd_in) in io_files_update_prep()
/linux/tools/testing/selftests/ublk/
H A Dnull.c54 sqe->rw_flags = IORING_NOP_FIXED_BUFFER | IORING_NOP_INJECT_RESULT; in __setup_nop_io()
H A Dbatch.c294 sqe->rw_flags= IORING_URING_CMD_MULTISHOT; in ublk_batch_queue_fetch()
H A Dkublk.c750 sqe[0]->rw_flags = 0; in ublk_queue_io_cmd()
/linux/tools/include/uapi/linux/
H A Dio_uring.h53 __kernel_rwf_t rw_flags; member
/linux/include/uapi/linux/
H A Dio_uring.h53 __u32 rw_flags; member
/linux/block/
H A Dioctl.c961 sqe->rw_flags || sqe->file_index)) in blkdev_uring_cmd()