Home
last modified time | relevance | path

Searched refs:F_SEAL_GROW (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create01.c35 CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
36 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_GROW | in test_basic()
40 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_GROW); in test_basic()
52 F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE); in test_no_sealing_without_flag()
97 CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW); in test_seal_grow()
98 CHECK_MFD_HAS_SEALS(fd, F_SEAL_GROW); in test_seal_grow()
114 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
115 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
149 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_GROW); in test_share_dup()
150 CHECK_MFD_FAIL_ADD_SEALS(fd2, F_SEAL_GROW); in test_share_dup()
[all...]
/third_party/ltp/include/lapi/
H A Dfcntl.h62 #ifndef F_SEAL_GROW
63 # define F_SEAL_GROW 0x0004 /* prevent file from growing */ macro
/third_party/pulseaudio/src/pulsecore/
H A Dmemfd-wrappers.h63 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ macro
/third_party/libbpf/include/uapi/linux/
H A Dfcntl.h43 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h136 #define F_SEAL_GROW 0x0004 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h135 #define F_SEAL_GROW 0x0004 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h135 #define F_SEAL_GROW 0x0004 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h135 #define F_SEAL_GROW 0x0004 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h138 #define F_SEAL_GROW 0x0004 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h135 #define F_SEAL_GROW 0x0004 macro
/third_party/mesa3d/src/util/
H A Dos_memory_fd.c129 if (fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL) != 0) in os_malloc_aligned_fd()
/third_party/musl/include/
H A Dfcntl.h138 #define F_SEAL_GROW 0x0004 macro
/third_party/python/Modules/
H A Dfcntlmodule.c663 if (PyModule_AddIntMacro(m, F_SEAL_GROW)) return -1; in all_ins()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs406 /// `F_SEAL_GROW`.
407 const GROW = linux_raw_sys::general::F_SEAL_GROW;
/third_party/rust/crates/nix/src/
H A Dfcntl.rs392 F_SEAL_GROW;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs571 /// `F_SEAL_GROW`.
572 const GROW = c::F_SEAL_GROW;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs481 pub const F_SEAL_GROW: ::c_int = 0x0004; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs253 pub const F_SEAL_GROW: u32 = 4; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1429 pub const F_SEAL_GROW: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3103 pub const F_SEAL_GROW: ::c_int = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs258 pub const F_SEAL_GROW: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs258 pub const F_SEAL_GROW: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs265 pub const F_SEAL_GROW: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs262 pub const F_SEAL_GROW: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs265 pub const F_SEAL_GROW: u32 = 4; consts

Completed in 109 milliseconds

12