Searched refs:F_SEAL_SEAL (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dmemfd-util.c105 r = fcntl(fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE | F_SEAL_SEAL);
121 return r == (F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE | F_SEAL_SEAL);
H A Dmissing.h77 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro

Completed in 1744 milliseconds