O_CLOEXEC 207 fs/eventfd.c BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); O_CLOEXEC 225 fs/eventfd.c flags & (O_CLOEXEC | O_NONBLOCK)); O_CLOEXEC 1052 fs/eventpoll.c BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); O_CLOEXEC 1074 fs/eventpoll.c flags & O_CLOEXEC); O_CLOEXEC 59 fs/fcntl.c if ((flags & ~O_CLOEXEC) != 0) O_CLOEXEC 97 fs/fcntl.c if (flags & O_CLOEXEC) O_CLOEXEC 264 fs/fcntl.c err = alloc_fd(arg, cmd == F_DUPFD_CLOEXEC ? O_CLOEXEC : 0); O_CLOEXEC 473 fs/file.c if (flags & O_CLOEXEC) O_CLOEXEC 591 fs/inotify_user.c BUILD_BUG_ON(IN_CLOEXEC != O_CLOEXEC); O_CLOEXEC 597 fs/inotify_user.c fd = get_unused_fd_flags(flags & O_CLOEXEC); O_CLOEXEC 1001 fs/pipe.c if (flags & ~(O_CLOEXEC | O_NONBLOCK)) O_CLOEXEC 215 fs/signalfd.c BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); O_CLOEXEC 239 fs/signalfd.c flags & (O_CLOEXEC | O_NONBLOCK)); O_CLOEXEC 188 fs/timerfd.c BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); O_CLOEXEC 206 fs/timerfd.c flags & (O_CLOEXEC | O_NONBLOCK)); O_CLOEXEC 51 include/asm-generic/fcntl.h #ifndef O_CLOEXEC O_CLOEXEC 17 include/linux/eventfd.h #define EFD_CLOEXEC O_CLOEXEC O_CLOEXEC 22 include/linux/eventpoll.h #define EPOLL_CLOEXEC O_CLOEXEC O_CLOEXEC 69 include/linux/inotify.h #define IN_CLOEXEC O_CLOEXEC O_CLOEXEC 104 include/linux/net.h #define SOCK_CLOEXEC O_CLOEXEC O_CLOEXEC 15 include/linux/signalfd.h #define SFD_CLOEXEC O_CLOEXEC O_CLOEXEC 18 include/linux/timerfd.h #define TFD_CLOEXEC O_CLOEXEC O_CLOEXEC 665 ipc/mqueue.c fd = get_unused_fd_flags(O_CLOEXEC); O_CLOEXEC 283 net/compat.c ? O_CLOEXEC : 0); O_CLOEXEC 239 net/core/scm.c ? O_CLOEXEC : 0); O_CLOEXEC 1226 net/socket.c BUILD_BUG_ON(SOCK_CLOEXEC != O_CLOEXEC); O_CLOEXEC 1243 net/socket.c retval = sock_map_fd(sock, flags & (O_CLOEXEC | O_NONBLOCK)); O_CLOEXEC 1293 net/socket.c fd1 = sock_alloc_fd(&newfile1, flags & O_CLOEXEC); O_CLOEXEC 1299 net/socket.c fd2 = sock_alloc_fd(&newfile2, flags & O_CLOEXEC); O_CLOEXEC 1461 net/socket.c newfd = sock_alloc_fd(&newfile, flags & O_CLOEXEC);