/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_accept_test.c | 56 static const int rw_flags[4] = { 0, O_RDONLY, O_WRONLY, O_RDWR }; in test() local 71 flags = rw_flags[rw_loop] | truncate_flags[truncate_loop] | in test()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | fs.c | 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()
|
H A D | sync.c | 89 if (sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_fallocate_prep()
|
H A D | kbuf.c | 336 if (sqe->rw_flags || sqe->addr || sqe->len || sqe->off || in io_remove_buffers_prep() 380 if (sqe->rw_flags || sqe->splice_fd_in) in io_provide_buffers_prep()
|
H A D | fdinfo.c | 103 "addr:0x%llx, rw_flags:0x%x, buf_index:%d " in io_uring_show_fdinfo() 107 (unsigned long long) sqe->addr, sqe->rw_flags, in io_uring_show_fdinfo()
|
H A D | openclose.c | 206 if (sqe->off || sqe->addr || sqe->len || sqe->rw_flags || sqe->buf_index) in io_close_prep()
|
H A D | net.c | 98 if (unlikely(sqe->off || sqe->addr || sqe->rw_flags || in io_shutdown_prep() 1443 if (sqe->addr || sqe->rw_flags || sqe->buf_index) in io_socket_prep() 1505 if (sqe->len || sqe->buf_index || sqe->rw_flags || sqe->splice_fd_in) in io_connect_prep()
|
H A D | rsrc.c | 560 if (sqe->rw_flags || sqe->splice_fd_in) in io_files_update_prep()
|
H A D | rw.c | 112 rw->flags = READ_ONCE(sqe->rw_flags); in io_prep_rw()
|
H A D | io_uring.c | 4601 BUILD_BUG_SQE_ELEM(28, __kernel_rwf_t, rw_flags); in io_uring_init() 4602 BUILD_BUG_SQE_ELEM(28, /* compat */ int, rw_flags); in io_uring_init() 4603 BUILD_BUG_SQE_ELEM(28, /* compat */ __u32, rw_flags); in io_uring_init()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | io_uring.h | 38 __kernel_rwf_t rw_flags; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | io_uring.h | 38 __kernel_rwf_t rw_flags; member
|
/third_party/ltp/include/lapi/ |
H A D | io_uring.h | 46 __kernel_rwf_t rw_flags; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | io_uring.h | 32 __kernel_rwf_t rw_flags; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | io_uring.h | 49 __kernel_rwf_t rw_flags; member
|
/third_party/libuv/src/win/ |
H A D | fs.c | 685 int rw_flags = fd_info->flags & in fs__read_filemap() local 694 if (rw_flags == UV_FS_O_WRONLY) { in fs__read_filemap() 866 int rw_flags = fd_info->flags & in fs__write_filemap() local 876 if (rw_flags == UV_FS_O_RDONLY) { in fs__write_filemap()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 751 int rw_flags = fd_info->flags & in fs__read_filemap() local 760 if (rw_flags == UV_FS_O_WRONLY) { in fs__read_filemap() 932 int rw_flags = fd_info->flags & in fs__write_filemap() local 942 if (rw_flags == UV_FS_O_RDONLY) { in fs__write_filemap()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 2974 ret = kiocb_set_rw_flags(kiocb, READ_ONCE(sqe->rw_flags)); in io_prep_rw() 3947 if (unlikely(sqe->ioprio || sqe->off || sqe->addr || sqe->rw_flags || in io_shutdown_prep() 4133 if (sqe->ioprio || sqe->buf_index || sqe->rw_flags || in io_fallocate_prep() 4303 if (sqe->ioprio || sqe->rw_flags || sqe->addr || sqe->len || sqe->off || in io_remove_buffers_prep() 4376 if (sqe->ioprio || sqe->rw_flags || sqe->splice_fd_in) in io_provide_buffers_prep() 4620 sqe->rw_flags || sqe->buf_index) in io_close_prep() 5268 if (sqe->ioprio || sqe->len || sqe->buf_index || sqe->rw_flags || in io_connect_prep() 6455 if (sqe->ioprio || sqe->rw_flags || sqe->splice_fd_in) in io_rsrc_update_prep() 11118 BUILD_BUG_SQE_ELEM(28, __kernel_rwf_t, rw_flags); in io_uring_init() 11119 BUILD_BUG_SQE_ELEM(28, /* compat */ int, rw_flags); in io_uring_init() [all...] |
/third_party/rust/crates/rustix/src/ |
H A D | io_uring.rs | 715 pub rw_flags: crate::io::ReadWriteFlags,
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 238 uint32_t rw_flags; member 258 STATIC_ASSERT(28 == offsetof(struct uv__io_uring_sqe, rw_flags));
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 4379 pub rw_flags: __kernel_rwf_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 4377 pub rw_flags: __kernel_rwf_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 4357 pub rw_flags: __kernel_rwf_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 4521 pub rw_flags: __kernel_rwf_t,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 4591 pub rw_flags: __kernel_rwf_t,
|