Searched refs:nofile (Results 1 – 5 of 5) sorted by relevance
25 unsigned long nofile; member73 open->nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()130 ret = __get_unused_fd_flags(open->how.flags, open->nofile); in io_openat2()
32 unsigned long nofile; member42 unsigned long nofile; member1323 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()1358 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()1415 sock->nofile = rlimit(RLIMIT_NOFILE); in io_socket_prep()1433 fd = __get_unused_fd_flags(sock->flags, sock->nofile); in io_socket()
557 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument559 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()1303 unsigned long nofile = rlimit(RLIMIT_NOFILE); in f_dupfd() local1305 if (from >= nofile) in f_dupfd()1307 err = alloc_fd(from, nofile, flags); in f_dupfd()
90 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
484 do_tests nofile _nofile