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; member1519 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()1561 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()1629 sock->nofile = rlimit(RLIMIT_NOFILE); in io_socket_prep()1647 fd = __get_unused_fd_flags(sock->flags, sock->nofile); in io_socket()
543 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument545 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()1396 unsigned long nofile = rlimit(RLIMIT_NOFILE); in f_dupfd() local1398 if (from >= nofile) in f_dupfd()1400 err = alloc_fd(from, nofile, flags); in f_dupfd()
95 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
484 do_tests nofile _nofile