Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dio_uring.h38 __kernel_rwf_t rw_flags; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dio_uring.h32 __kernel_rwf_t rw_flags; member
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c2938 ret = kiocb_set_rw_flags(kiocb, READ_ONCE(sqe->rw_flags)); in io_prep_rw()
3908 if (unlikely(sqe->ioprio || sqe->off || sqe->addr || sqe->rw_flags || in io_shutdown_prep()
4094 if (sqe->ioprio || sqe->buf_index || sqe->rw_flags || in io_fallocate_prep()
4262 if (sqe->ioprio || sqe->rw_flags || sqe->addr || sqe->len || sqe->off || in io_remove_buffers_prep()
4335 if (sqe->ioprio || sqe->rw_flags || sqe->splice_fd_in) in io_provide_buffers_prep()
4579 sqe->rw_flags || sqe->buf_index) in io_close_prep()
5217 if (sqe->ioprio || sqe->len || sqe->buf_index || sqe->rw_flags || in io_connect_prep()
6392 if (sqe->ioprio || sqe->rw_flags || sqe->splice_fd_in) in io_rsrc_update_prep()
11056 BUILD_BUG_SQE_ELEM(28, __kernel_rwf_t, rw_flags); in io_uring_init()
11057 BUILD_BUG_SQE_ELEM(28, /* compat */ int, rw_flags); in io_uring_init()
[all …]
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch21245 + *rw_flags:
21254 + int rw_flags;
21315 + int rw_flags);
45516 + const char *name, int rw_flags)
45522 + node->rw_flags = rw_flags;
45578 + new_node->rw_flags = parent->rw_flags & new_node->rw_flags;
45912 + (node->rw_flags & CONFIG_FOR_R) ? "=" : "");
45917 + !(CONFIG_FOR_T & node->rw_flags)) &&
45918 + (node->rw_flags & CONFIG_FOR_R)) {
45969 + if (!(node->rw_flags & mode))
[all …]