Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create01.c44 CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
46 F_SEAL_WRITE | F_SEAL_SEAL); in test_basic()
59 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SEAL); in test_no_sealing_without_flag()
62 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SEAL); in test_no_sealing_without_flag()
154 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup()
155 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
156 CHECK_MFD_HAS_SEALS(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
160 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup()
161 CHECK_MFD_FAIL_ADD_SEALS(fd2, F_SEAL_SEAL); in test_share_dup()
219 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_open()
/external/linux-kselftest/tools/testing/selftests/memfd/
Dmemfd_test.c645 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
649 F_SEAL_SEAL); in test_basic()
661 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
665 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
799 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
800 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
801 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
805 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
806 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
876 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
[all …]
/external/strace/xlat/
Df_seals.h6 #if defined(F_SEAL_SEAL) || (defined(HAVE_DECL_F_SEAL_SEAL) && HAVE_DECL_F_SEAL_SEAL)
8 static_assert((F_SEAL_SEAL) == (1), "F_SEAL_SEAL != 1");
11 # define F_SEAL_SEAL 1
45 XLAT(F_SEAL_SEAL),
Df_seals.in1 F_SEAL_SEAL 1
/external/ltp/include/lapi/
Dfcntl.h64 #ifndef F_SEAL_SEAL
65 # define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/external/perfetto/src/tracing/ipc/
Dposix_shared_memory.cc64 res = fcntl(*fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL); in Create()
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer.cc48 constexpr auto kFDSeals = F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL;
/external/syzkaller/sys/linux/
Dsys_386.const159 F_SEAL_SEAL = 1
Dsys_amd64.const159 F_SEAL_SEAL = 1
Dsys_arm.const159 F_SEAL_SEAL = 1
Dsys_ppc64le.const159 F_SEAL_SEAL = 1
Dsys_arm64.const159 F_SEAL_SEAL = 1
Dsys.txt1028 seal_types = F_SEAL_SEAL, F_SEAL_SHRINK, F_SEAL_GROW, F_SEAL_WRITE
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go539 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_s390x.go539 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_arm.go539 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_ppc64le.go539 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_mips64.go539 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_ppc64.go539 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_amd64.go540 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_mips64le.go539 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_386.go540 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_mips.go539 F_SEAL_SEAL = 0x1 const
Dzerrors_linux_arm64.go542 F_SEAL_SEAL = 0x1 const