Home
last modified time | relevance | path

Searched refs:F_SEAL_SHRINK (Results 1 – 25 of 38) 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()
36 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_GROW | in test_basic()
52 F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE); in test_no_sealing_without_flag()
80 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK); in test_seal_shrink()
81 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK); in test_seal_shrink()
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()
[all …]
/third_party/ltp/include/lapi/
Dfcntl.h60 #ifndef F_SEAL_SHRINK
61 # define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
/third_party/pulseaudio/src/pulsecore/
Dmemfd-wrappers.h62 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
/third_party/libbpf/include/uapi/linux/
Dfcntl.h42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
/third_party/mesa3d/src/util/
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/porting/liteos_m/user/include/
Dfcntl.h134 #define F_SEAL_SHRINK 0x0002 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h135 #define F_SEAL_SHRINK 0x0002 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h134 #define F_SEAL_SHRINK 0x0002 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h135 #define F_SEAL_SHRINK 0x0002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h134 #define F_SEAL_SHRINK 0x0002 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h137 #define F_SEAL_SHRINK 0x0002 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h134 #define F_SEAL_SHRINK 0x0002 macro
/third_party/musl/include/
Dfcntl.h134 #define F_SEAL_SHRINK 0x0002 macro
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c61 fcntl (fd, F_ADD_SEALS, F_SEAL_SHRINK); in gst_wl_shm_allocator_alloc()
/third_party/python/Modules/
Dfcntlmodule.c654 if (PyModule_AddIntMacro(m, F_SEAL_SHRINK)) return -1; in all_ins()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs405 const SHRINK = linux_raw_sys::general::F_SEAL_SHRINK;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt303 F_SEAL_SHRINK
Dlinux.txt758 F_SEAL_SHRINK
Dandroid.txt648 F_SEAL_SHRINK
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs570 const SHRINK = c::F_SEAL_SHRINK;
/third_party/rust/crates/nix/src/
Dfcntl.rs390 F_SEAL_SHRINK;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs480 pub const F_SEAL_SHRINK: ::c_int = 0x0002; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3105 pub const F_SEAL_SHRINK: ::c_int = 2; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1428 pub const F_SEAL_SHRINK: ::c_int = 0x0002; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs257 pub const F_SEAL_SHRINK: u32 = 2; constant

12