Searched refs:nofile (Results 1 – 6 of 6) sorted by relevance
89 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
424 unsigned long nofile);
423 unsigned long nofile);
587 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument589 return __alloc_fd(current->files, 0, nofile, flags); in __get_unused_fd_flags()
1753 unsigned long nofile) in __sys_accept4_file() argument1764 newfd = __get_unused_fd_flags(flags, nofile); in __sys_accept4_file()
521 unsigned long nofile; member591 unsigned long nofile; member4152 req->open.nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()4210 ret = __get_unused_fd_flags(req->open.how.flags, req->open.nofile); in io_openat2()5152 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()5174 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()