Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_accept_test.c56 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()
/third_party/ltp/include/lapi/
Dio_uring.h46 __kernel_rwf_t rw_flags; member
/third_party/libuv/src/win/
Dfs.c751 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()
/third_party/rust/crates/rustix/src/
Dio_uring.rs715 pub rw_flags: crate::io::ReadWriteFlags,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4377 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4379 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4357 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4415 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs4463 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs4521 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs4741 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4437 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4406 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs4655 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs4494 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs4549 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs4711 pub rw_flags: __kernel_rwf_t,
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs4591 pub rw_flags: __kernel_rwf_t,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h44073 __kernel_rwf_t rw_flags; member