Searched refs:F_SEAL_SHRINK (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 703 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic() 705 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic() 709 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic() 711 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic() 716 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic() 732 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic() 819 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink() 820 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_seal_shrink() 871 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize() 872 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fcntl.h | 41 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fcntl.h | 41 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | fcntl.h | 42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fcntl.h | 42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/dma-buf/ |
| H A D | udmabuf.c | 42 ret = fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 284 # define F_SEAL_SHRINK 0x0002 /* Prevent file from shrinking. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 284 # define F_SEAL_SHRINK 0x0002 /* Prevent file from shrinking. */ macro
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memfd.c | 150 F_SEAL_SHRINK | \
|
| H A D | shmem.c | 1111 if ((newsize < oldsize && (info->seals & F_SEAL_SHRINK)) || in shmem_setattr()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | udmabuf.c | 160 #define SEALS_WANTED (F_SEAL_SHRINK)
|
| /OK3568_Linux_fs/kernel/fs/hugetlbfs/ |
| H A D | inode.c | 782 if ((newsize < oldsize && (info->seals & F_SEAL_SHRINK)) || in hugetlbfs_setattr()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shm.c | 1223 fcntl(fd, F_ADD_SEALS, F_SEAL_SHRINK); in shm_tmpfile()
|