OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_SEAL_SEAL
(Results
1 - 6
of
6
) sorted by null
/external/strace/xlat/
f_seals.h
2
#if !(defined(
F_SEAL_SEAL
) || (defined(HAVE_DECL_F_SEAL_SEAL) && HAVE_DECL_F_SEAL_SEAL))
3
# define
F_SEAL_SEAL
1
23
XLAT(
F_SEAL_SEAL
),
/external/ltp/include/lapi/
fcntl.h
64
#ifndef
F_SEAL_SEAL
65
# define
F_SEAL_SEAL
0x0001 /* prevent further seals from being set */
/external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create01.c
43
CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW |
F_SEAL_SEAL
);
45
F_SEAL_WRITE |
F_SEAL_SEAL
);
58
CHECK_MFD_HAS_SEALS(fd,
F_SEAL_SEAL
);
61
CHECK_MFD_HAS_SEALS(fd,
F_SEAL_SEAL
);
153
CHECK_MFD_ADD_SEALS(fd,
F_SEAL_SEAL
);
154
CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE | F_SEAL_SHRINK |
F_SEAL_SEAL
);
155
CHECK_MFD_HAS_SEALS(fd2, F_SEAL_WRITE | F_SEAL_SHRINK |
F_SEAL_SEAL
);
159
CHECK_MFD_FAIL_ADD_SEALS(fd,
F_SEAL_SEAL
);
160
CHECK_MFD_FAIL_ADD_SEALS(fd2,
F_SEAL_SEAL
);
218
CHECK_MFD_FAIL_ADD_SEALS(fd,
F_SEAL_SEAL
);
[
all
...]
/bionic/libc/kernel/uapi/linux/
fcntl.h
31
#define
F_SEAL_SEAL
0x0001
/external/kernel-headers/original/uapi/linux/
fcntl.h
39
#define
F_SEAL_SEAL
0x0001 /* prevent further seals from being set */
/external/linux-kselftest/tools/testing/selftests/memfd/
memfd_test.c
608
mfd_assert_add_seals(fd, F_SEAL_GROW |
F_SEAL_SEAL
);
612
F_SEAL_SEAL
);
624
mfd_assert_has_seals(fd,
F_SEAL_SEAL
);
628
mfd_assert_has_seals(fd,
F_SEAL_SEAL
);
752
mfd_assert_add_seals(fd,
F_SEAL_SEAL
);
753
mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK |
F_SEAL_SEAL
);
754
mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK |
F_SEAL_SEAL
);
758
mfd_fail_add_seals(fd,
F_SEAL_SEAL
);
759
mfd_fail_add_seals(fd2,
F_SEAL_SEAL
);
825
mfd_fail_add_seals(fd,
F_SEAL_SEAL
);
[
all
...]
Completed in 54 milliseconds