Home
last modified time | relevance | path

Searched refs:F_SEAL_WRITE (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create01.c27 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
28 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
31 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
32 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
37 F_SEAL_WRITE | F_SEAL_SEAL); in test_basic()
52 F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE); in test_no_sealing_without_flag()
63 CHECK_MFD_ADD_SEALS(fd, F_SEAL_WRITE); in test_seal_write()
64 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE); in test_seal_write()
137 CHECK_MFD_ADD_SEALS(fd, F_SEAL_WRITE); in test_share_dup()
138 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE); in test_share_dup()
[all …]
/third_party/ltp/include/lapi/
Dfcntl.h66 #ifndef F_SEAL_WRITE
67 # define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
/third_party/pulseaudio/src/pulsecore/
Dmemfd-wrappers.h64 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
/third_party/libbpf/include/uapi/linux/
Dfcntl.h44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h137 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h137 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h139 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/include/
Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/python/Modules/
Dfcntlmodule.c656 if (PyModule_AddIntMacro(m, F_SEAL_WRITE)) return -1; in all_ins()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs409 const WRITE = linux_raw_sys::general::F_SEAL_WRITE;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt304 F_SEAL_WRITE
Dlinux.txt759 F_SEAL_WRITE
Dandroid.txt649 F_SEAL_WRITE
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs574 const WRITE = c::F_SEAL_WRITE;
/third_party/rust/crates/nix/src/
Dfcntl.rs394 F_SEAL_WRITE;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs482 pub const F_SEAL_WRITE: ::c_int = 0x0008; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3106 pub const F_SEAL_WRITE: ::c_int = 8; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1430 pub const F_SEAL_WRITE: ::c_int = 0x0008; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs259 pub const F_SEAL_WRITE: u32 = 8; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs254 pub const F_SEAL_WRITE: u32 = 8; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs263 pub const F_SEAL_WRITE: u32 = 8; constant

12