Home
last modified time | relevance | path

Searched refs:nofile (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dfile.h89 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
Dsocket.h423 unsigned long nofile);
/Linux-v5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h423 unsigned long nofile);
/Linux-v5.10/fs/
Dfile.c558 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument
560 return __alloc_fd(current->files, 0, nofile, flags); in __get_unused_fd_flags()
Dio_uring.c426 unsigned long nofile; member
485 unsigned long nofile; member
3797 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()
/Linux-v5.10/net/
Dsocket.c1705 unsigned long nofile) in __sys_accept4_file() argument
1736 newfd = __get_unused_fd_flags(flags, nofile); in __sys_accept4_file()