F_SETFD           203 arch/um/os-Linux/file.c 	if (flags.cl && fcntl(fd, F_SETFD, 1)) {
F_SETFD           365 arch/um/os-Linux/file.c 	CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC));
F_SETFD           339 fs/fcntl.c     	case F_SETFD:
F_SETFD           441 fs/fcntl.c     	case F_SETFD:
F_SETFD            78 tools/perf/trace/beauty/fcntl.c 	if (cmd == F_SETFD)
F_SETFD          1303 tools/perf/util/evlist.c 		fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
F_SETFD          1370 tools/perf/util/evlist.c 	fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC);
F_SETFD          1152 tools/testing/selftests/net/nettest.c 	if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0)