Home
last modified time | relevance | path

Searched refs:F_SEAL_GROW (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/memfd/
A Dmemfd_test.c36 F_SEAL_GROW | \
911 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
913 F_SEAL_GROW | in test_basic()
918 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
929 F_SEAL_GROW | in test_basic()
1065 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow()
1066 mfd_assert_has_seals(fd, F_SEAL_GROW); in test_seal_grow()
1091 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
1484 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
1485 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup()
[all …]
/tools/perf/trace/beauty/include/uapi/linux/
A Dfcntl.h48 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ macro

Completed in 6 milliseconds