Searched refs:UFFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ | ||
D | userfaultfd_k.h | 24 #define UFFD_CLOEXEC O_CLOEXEC macro |
/linux-4.4.14/fs/ | ||
D | userfaultfd.c | 1274 BUILD_BUG_ON(UFFD_CLOEXEC != O_CLOEXEC); in userfaultfd_file_create() |