Searched refs:nofile (Results 1 – 5 of 5) sorted by relevance
25 unsigned long nofile; member78 open->nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()135 ret = __get_unused_fd_flags(open->how.flags, open->nofile); in io_openat2()
33 unsigned long nofile; member43 unsigned long nofile; member1535 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()1577 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()1645 sock->nofile = rlimit(RLIMIT_NOFILE); in io_socket_prep()1663 fd = __get_unused_fd_flags(sock->flags, sock->nofile); in io_socket()
586 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument588 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()1411 unsigned long nofile = rlimit(RLIMIT_NOFILE); in f_dupfd() local1413 if (from >= nofile) in f_dupfd()1415 err = alloc_fd(from, nofile, flags); in f_dupfd()
91 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
484 do_tests nofile _nofile