Searched refs:F_SEAL_SEAL (Results 1 – 2 of 2) sorted by relevance
53 return get_seals (fd) & F_SEAL_SEAL; in is_sealed()108 TEST_VERIFY (fcntl (fd, F_ADD_SEALS, F_SEAL_SEAL) == 0); in do_test()
283 # define F_SEAL_SEAL 0x0001 /* Prevent further seals from being set. */ macro
Completed in 4 milliseconds