F_DUPFD_CLOEXEC   261 fs/fcntl.c     	case F_DUPFD_CLOEXEC:
F_DUPFD_CLOEXEC   264 fs/fcntl.c     		err = alloc_fd(arg, cmd == F_DUPFD_CLOEXEC ? O_CLOEXEC : 0);