Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create01.c36 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
37 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
40 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
41 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
46 F_SEAL_WRITE | F_SEAL_SEAL); in test_basic()
61 F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE); in test_no_sealing_without_flag()
72 CHECK_MFD_ADD_SEALS(fd, F_SEAL_WRITE); in test_seal_write()
73 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE); in test_seal_write()
146 CHECK_MFD_ADD_SEALS(fd, F_SEAL_WRITE); in test_share_dup()
147 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE); in test_share_dup()
[all …]
/external/linux-kselftest/tools/testing/selftests/memfd/
Dmemfd_test.c634 F_SEAL_WRITE); in test_basic()
636 F_SEAL_WRITE); in test_basic()
640 F_SEAL_WRITE); in test_basic()
642 F_SEAL_WRITE); in test_basic()
648 F_SEAL_WRITE | in test_basic()
664 F_SEAL_WRITE); in test_basic()
683 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
684 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
791 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
792 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_dup()
[all …]
Dfuse_test.c185 r = mfd_busy_add_seals(global_mfd, F_SEAL_WRITE); in sealing_thread_fn()
193 mfd_assert_add_seals(global_mfd, F_SEAL_WRITE); in sealing_thread_fn()
297 was_sealed = mfd_assert_get_seals(mfd) & F_SEAL_WRITE; in main()
302 mfd_assert_has_seals(mfd, F_SEAL_WRITE); in main()
/external/strace/xlat/
Df_seals.h27 #if defined(F_SEAL_WRITE) || (defined(HAVE_DECL_F_SEAL_WRITE) && HAVE_DECL_F_SEAL_WRITE)
29 static_assert((F_SEAL_WRITE) == (8), "F_SEAL_WRITE != 8");
32 # define F_SEAL_WRITE 8
48 XLAT(F_SEAL_WRITE),
Df_seals.in4 F_SEAL_WRITE 8
/external/ltp/include/lapi/
Dfcntl.h74 #ifndef F_SEAL_WRITE
75 # define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h43 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
/external/syzkaller/sys/linux/
Dsys_386.const161 F_SEAL_WRITE = 8
Dsys_amd64.const161 F_SEAL_WRITE = 8
Dsys_arm.const161 F_SEAL_WRITE = 8
Dsys_ppc64le.const161 F_SEAL_WRITE = 8
Dsys_arm64.const161 F_SEAL_WRITE = 8
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.go541 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_s390x.go541 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_arm.go541 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_ppc64le.go541 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_mips64.go541 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_ppc64.go541 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_amd64.go542 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_mips64le.go541 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_386.go542 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_mips.go541 F_SEAL_WRITE = 0x8 const
Dzerrors_linux_arm64.go544 F_SEAL_WRITE = 0x8 const