Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/memfd/
Dmemfd_test.c645 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
649 F_SEAL_SEAL); in test_basic()
661 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
665 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
799 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
800 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
801 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
805 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
806 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
876 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
[all …]
/Linux-v4.19/mm/
Dmemfd.c150 #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()
Dshmem.c2196 info->seals = F_SEAL_SEAL; in shmem_get_inode()
/Linux-v4.19/tools/include/uapi/linux/
Dfcntl.h40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/Linux-v4.19/include/uapi/linux/
Dfcntl.h40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/Linux-v4.19/fs/hugetlbfs/
Dinode.c761 info->seals = F_SEAL_SEAL; in hugetlbfs_get_inode()