Searched refs:F_SEAL_FUTURE_WRITE (Results 1 – 8 of 8) sorted by relevance
45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ macro
155 F_SEAL_FUTURE_WRITE)229 seals |= F_SEAL_SHRINK|F_SEAL_GROW|F_SEAL_WRITE|F_SEAL_FUTURE_WRITE; in memfd_add_seals()
2700 F_SEAL_WRITE | F_SEAL_FUTURE_WRITE))) { in shmem_write_begin()2701 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) in shmem_write_begin()3067 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in shmem_fallocate()
38 F_SEAL_FUTURE_WRITE | \968 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()969 mfd_assert_has_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
197 #define SEALS_DENIED (F_SEAL_WRITE|F_SEAL_FUTURE_WRITE)
787 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in hugetlbfs_punch_hole()
4019 if (seals & F_SEAL_FUTURE_WRITE) { in seal_check_future_write()