Home
last modified time | relevance | path

Searched refs:F_SEAL_SEAL (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/
H A Dmemfd_test.c715 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
719 F_SEAL_SEAL); in test_basic()
731 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
735 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
909 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
910 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
911 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
915 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
916 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
986 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dmemfd.c149 #define F_ALL_SEALS (F_SEAL_SEAL | \
205 if (*file_seals & F_SEAL_SEAL) { in memfd_add_seals()
333 *file_seals &= ~F_SEAL_SEAL; in SYSCALL_DEFINE2()
H A Dshmem.c2327 info->seals = F_SEAL_SEAL; in shmem_get_inode()
/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 Dfcntl.h40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ 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 Dfcntl.h40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfcntl.h41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfcntl.h41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/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 Dfcntl-linux.h283 # define F_SEAL_SEAL 0x0001 /* Prevent further seals from being set. */ 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 Dfcntl-linux.h283 # define F_SEAL_SEAL 0x0001 /* Prevent further seals from being set. */ macro
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c852 info->seals = F_SEAL_SEAL; in hugetlbfs_get_inode()