Searched refs:F_SEAL_WRITE (Results 1 – 24 of 24) sorted by relevance
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create01.c | 36 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/ |
D | memfd_test.c | 634 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 …]
|
D | fuse_test.c | 185 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/ |
D | f_seals.h | 27 #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),
|
D | f_seals.in | 4 F_SEAL_WRITE 8
|
/external/ltp/include/lapi/ |
D | fcntl.h | 74 #ifndef F_SEAL_WRITE 75 # define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 43 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 161 F_SEAL_WRITE = 8
|
D | sys_amd64.const | 161 F_SEAL_WRITE = 8
|
D | sys_arm.const | 161 F_SEAL_WRITE = 8
|
D | sys_ppc64le.const | 161 F_SEAL_WRITE = 8
|
D | sys_arm64.const | 161 F_SEAL_WRITE = 8
|
D | sys.txt | 1028 seal_types = F_SEAL_SEAL, F_SEAL_SHRINK, F_SEAL_GROW, F_SEAL_WRITE
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_mipsle.go | 541 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_s390x.go | 541 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_arm.go | 541 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_ppc64le.go | 541 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_mips64.go | 541 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_ppc64.go | 541 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_amd64.go | 542 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_mips64le.go | 541 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_386.go | 542 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_mips.go | 541 F_SEAL_WRITE = 0x8 const
|
D | zerrors_linux_arm64.go | 544 F_SEAL_WRITE = 0x8 const
|