Searched refs:F_SEAL_FUTURE_WRITE (Results 1 – 3 of 3) sorted by relevance
45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ macro
783 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()784 mfd_assert_has_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
1290 pub const F_SEAL_FUTURE_WRITE: ::c_int = 0x0010; constant