Home
last modified time | relevance | path

Searched refs:CHECK_MFD_ADD_SEALS (Results 1 – 2 of 2) 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()
40 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic()
44 CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
72 CHECK_MFD_ADD_SEALS(fd, F_SEAL_WRITE); in test_seal_write()
89 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK); in test_seal_shrink()
106 CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW); in test_seal_grow()
123 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
146 CHECK_MFD_ADD_SEALS(fd, F_SEAL_WRITE); in test_share_dup()
150 CHECK_MFD_ADD_SEALS(fd2, F_SEAL_SHRINK); in test_share_dup()
154 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup()
[all …]
Dmemfd_create_common.h55 #define CHECK_MFD_ADD_SEALS(fd, seals) \ macro