Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfcntl.h50 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ macro
/linux-6.12.1/include/uapi/linux/
Dfcntl.h50 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ macro
/linux-6.12.1/mm/
Dmemfd.c191 F_SEAL_FUTURE_WRITE)
265 seals |= F_SEAL_SHRINK|F_SEAL_GROW|F_SEAL_WRITE|F_SEAL_FUTURE_WRITE; in memfd_add_seals()
Dshmem.c3031 F_SEAL_WRITE | F_SEAL_FUTURE_WRITE))) { in shmem_write_begin()
3032 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) in shmem_write_begin()
3396 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in shmem_fallocate()
/linux-6.12.1/tools/testing/selftests/memfd/
Dmemfd_test.c37 F_SEAL_FUTURE_WRITE | \
961 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
962 mfd_assert_has_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
/linux-6.12.1/fs/hugetlbfs/
Dinode.c763 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in hugetlbfs_punch_hole()
/linux-6.12.1/include/linux/
Dmm.h4093 if (seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in seal_check_write()