tag | line | file | source code |
---|---|---|---|
FD_CLR | 33 | fs/fcntl.c | FD_CLR(arg, ¤t->files->close_on_exec); |
FD_CLR | 73 | fs/fcntl.c | FD_CLR(fd, ¤t->files->close_on_exec); |
FD_CLR | 71 | fs/ioctl.c | FD_CLR(fd, ¤t->files->close_on_exec); |
FD_CLR | 524 | fs/open.c | FD_CLR(fd,¤t->files->close_on_exec); |
FD_CLR | 598 | fs/open.c | FD_CLR(fd, ¤t->files->close_on_exec); |
FD_CLR | 184 | net/socket.c | FD_CLR(fd, ¤t->files->close_on_exec); |
FD_CLR | 874 | net/unix/af_unix.c | FD_CLR(slot, ¤t->files->close_on_exec); |