Home
last modified time | relevance | path

Searched refs:F_SEAL_FUTURE_WRITE (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/include/uapi/linux/
Dfcntl.h45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ macro
/linux-5.19.10/include/uapi/linux/
Dfcntl.h45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ macro
/linux-5.19.10/mm/
Dmemfd.c153 F_SEAL_FUTURE_WRITE)
Dshmem.c2467 F_SEAL_WRITE | F_SEAL_FUTURE_WRITE))) { in shmem_write_begin()
2468 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) in shmem_write_begin()
2684 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in shmem_fallocate()
/linux-5.19.10/tools/testing/selftests/memfd/
Dmemfd_test.c784 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
785 mfd_assert_has_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
/linux-5.19.10/fs/hugetlbfs/
Dinode.c643 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in hugetlbfs_punch_hole()
/linux-5.19.10/include/linux/
Dmm.h3407 if (seals & F_SEAL_FUTURE_WRITE) { in seal_check_future_write()