Searched refs:nofile (Results 1 – 6 of 6) sorted by relevance
89 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
423 unsigned long nofile);
558 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument560 return __alloc_fd(current->files, 0, nofile, flags); in __get_unused_fd_flags()
426 unsigned long nofile; member485 unsigned long nofile; member3797 req->open.nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()3849 ret = __get_unused_fd_flags(req->open.how.flags, req->open.nofile); in io_openat2()4705 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()4721 accept->nofile); in io_accept()
1705 unsigned long nofile) in __sys_accept4_file() argument1736 newfd = __get_unused_fd_flags(flags, nofile); in __sys_accept4_file()