Searched refs:READONLY_SEALS (Results 1 – 1 of 1) sorted by relevance
41 #define READONLY_SEALS (F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE) macro285 fcntl(file->fd, F_ADD_SEALS, READONLY_SEALS); in os_ro_anonymous_file_create()350 (seals & READONLY_SEALS) == READONLY_SEALS) in os_ro_anonymous_file_get_fd()401 if (seals != -1 && (seals & READONLY_SEALS) == READONLY_SEALS) in os_ro_anonymous_file_put_fd()