Home
last modified time | relevance | path

Searched refs:F_SEAL_SHRINK (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/testing/selftests/memfd/
Dmemfd_test.c596 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
598 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
602 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
604 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
609 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
625 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic()
668 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
669 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
716 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
717 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
[all …]
/linux-4.4.14/include/uapi/linux/
Dfcntl.h40 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
/linux-4.4.14/mm/
Dshmem.c577 if ((newsize < oldsize && (info->seals & F_SEAL_SHRINK)) || in shmem_setattr()
1958 F_SEAL_SHRINK | \