Home
last modified time | relevance | path

Searched refs:F_SEAL_WRITE (Results 1 - 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A 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/
H A Dfcntl.h65 #ifndef F_SEAL_WRITE
66 # define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
/third_party/pulseaudio/src/pulsecore/
H A Dmemfd-wrappers.h64 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
/third_party/libbpf/include/uapi/linux/
H A Dfcntl.h44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h137 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h139 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h136 #define F_SEAL_WRITE 0x0008 macro
/third_party/musl/include/
H A Dfcntl.h139 #define F_SEAL_WRITE 0x0008 macro
/third_party/python/Modules/
H A Dfcntlmodule.c664 if (PyModule_AddIntMacro(m, F_SEAL_WRITE)) return -1; in all_ins()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs408 /// `F_SEAL_WRITE`.
409 const WRITE = linux_raw_sys::general::F_SEAL_WRITE;
/third_party/rust/crates/nix/src/
H A Dfcntl.rs394 F_SEAL_WRITE;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs573 /// `F_SEAL_WRITE`.
574 const WRITE = c::F_SEAL_WRITE;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs482 pub const F_SEAL_WRITE: ::c_int = 0x0008; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs254 pub const F_SEAL_WRITE: u32 = 8; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1430 pub const F_SEAL_WRITE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3106 pub const F_SEAL_WRITE: ::c_int = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs259 pub const F_SEAL_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs259 pub const F_SEAL_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs266 pub const F_SEAL_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs263 pub const F_SEAL_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs266 pub const F_SEAL_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs263 pub const F_SEAL_WRITE: u32 = 8; consts

Completed in 135 milliseconds

12