Home
last modified time | relevance | path

Searched refs:MFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dmemfd_create_flags.h2 #if !(defined(MFD_CLOEXEC) || (defined(HAVE_DECL_MFD_CLOEXEC) && HAVE_DECL_MFD_CLOEXEC))
3 # define MFD_CLOEXEC 1 macro
17 XLAT(MFD_CLOEXEC),
Dmemfd_create_flags.in1 MFD_CLOEXEC 1
/external/linux-kselftest/tools/testing/selftests/memfd/
Dmemfd_test.c564 mfd_fail_new("", ~MFD_CLOEXEC); in test_create()
570 fd = mfd_assert_new("", 0, MFD_CLOEXEC); in test_create()
578 fd = mfd_assert_new("", 0, MFD_ALLOW_SEALING | MFD_CLOEXEC); in test_create()
592 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_basic()
623 MFD_CLOEXEC); in test_basic()
642 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_write()
666 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_shrink()
690 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_grow()
714 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_resize()
738 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_dup()
[all …]
Dfuse_test.c252 MFD_CLOEXEC | MFD_ALLOW_SEALING); in main()
/external/kernel-headers/original/uapi/linux/
Dmemfd.h5 #define MFD_CLOEXEC 0x0001U macro