Searched refs:F_SEAL_SHRINK (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/tools/testing/selftests/memfd/ |
| D | memfd_test.c | 633 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic() 635 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic() 639 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic() 641 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic() 646 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic() 662 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic() 709 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink() 710 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_seal_shrink() 761 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize() 762 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize() [all …]
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | fcntl.h | 41 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
|
| /Linux-v4.19/include/uapi/linux/ |
| D | fcntl.h | 41 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
|
| /Linux-v4.19/mm/ |
| D | memfd.c | 151 F_SEAL_SHRINK | \
|
| D | shmem.c | 1032 if ((newsize < oldsize && (info->seals & F_SEAL_SHRINK)) || in shmem_setattr()
|
| /Linux-v4.19/fs/hugetlbfs/ |
| D | inode.c | 697 if ((newsize < oldsize && (info->seals & F_SEAL_SHRINK)) || in hugetlbfs_setattr()
|