Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create01.c43 CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
45 F_SEAL_WRITE | F_SEAL_SEAL); in test_basic()
58 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SEAL); in test_no_sealing_without_flag()
61 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SEAL); in test_no_sealing_without_flag()
153 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup()
154 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
155 CHECK_MFD_HAS_SEALS(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
159 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup()
160 CHECK_MFD_FAIL_ADD_SEALS(fd2, F_SEAL_SEAL); in test_share_dup()
218 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_open()
/external/linux-kselftest/tools/testing/selftests/memfd/
Dmemfd_test.c608 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
612 F_SEAL_SEAL); in test_basic()
624 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
628 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
752 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
753 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
754 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
758 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
759 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
825 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
[all …]
/external/strace/xlat/
Df_seals.h2 #if !(defined(F_SEAL_SEAL) || (defined(HAVE_DECL_F_SEAL_SEAL) && HAVE_DECL_F_SEAL_SEAL))
3 # define F_SEAL_SEAL 1 macro
23 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.h39 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro