Searched refs:rw_flags (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/ublk/ |
| H A D | null.c | 54 sqe->rw_flags = IORING_NOP_FIXED_BUFFER | IORING_NOP_INJECT_RESULT; in __setup_nop_io()
|
| H A D | kublk.c | 751 sqe[0]->rw_flags = 0; in ublk_queue_io_cmd()
|
| /linux/io_uring/ |
| H A D | cmd_net.c | 160 if (sqe->ioprio || sqe->__pad1 || sqe->len || sqe->rw_flags) in io_uring_cmd_getsockname()
|
| H A D | fdinfo.c | 133 "addr:0x%llx, rw_flags:0x%x, buf_index:%d " in __io_uring_show_fdinfo() 137 (unsigned long long) sqe->addr, sqe->rw_flags, in __io_uring_show_fdinfo()
|
| H A D | net.c | 128 if (unlikely(sqe->off || sqe->addr || sqe->rw_flags || in io_shutdown_prep() 1764 if (sqe->addr || sqe->rw_flags || sqe->buf_index) in io_connect() 1819 if (sqe->len || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_bind_file_create() 1907 if (sqe->len || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) 1947 if (sqe->addr || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in || sqe->addr2)
|
| H A D | kbuf.c | 494 if (sqe->rw_flags || sqe->addr || sqe->len || sqe->off || in io_remove_buffers_prep() 514 if (sqe->rw_flags || sqe->splice_fd_in) in io_provide_buffers_prep()
|
| H A D | openclose.c | 223 if (sqe->off || sqe->addr || sqe->len || sqe->rw_flags || sqe->buf_index) in io_close_prep()
|
| H A D | io_uring.c | 3187 BUILD_BUG_SQE_ELEM(28, __kernel_rwf_t, rw_flags); in io_uring_init() 3188 BUILD_BUG_SQE_ELEM(28, /* compat */ int, rw_flags); in io_uring_init() 3189 BUILD_BUG_SQE_ELEM(28, /* compat */ __u32, rw_flags); in io_uring_init()
|
| H A D | rw.c | 297 rw->flags = (__force rwf_t) READ_ONCE(sqe->rw_flags); in __io_prep_rw()
|
| H A D | rsrc.c | 507 if (sqe->rw_flags || sqe->splice_fd_in) in io_free_rsrc_node()
|
| /linux/tools/include/uapi/linux/ |
| H A D | io_uring.h | 53 __kernel_rwf_t rw_flags; member
|
| /linux/include/uapi/linux/ |
| H A D | io_uring.h | 55 __u32 rw_flags; member
|
| /linux/block/ |
| H A D | ioctl.c | 958 sqe->rw_flags || sqe->file_index)) in blkdev_uring_cmd()
|