Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfile.h89 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
Dsocket.h427 unsigned long nofile);
/Linux-v5.15/fs/
Dfile.c528 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument
530 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()
1230 unsigned long nofile = rlimit(RLIMIT_NOFILE); in f_dupfd() local
1232 if (from >= nofile) in f_dupfd()
1234 err = alloc_fd(from, nofile, flags); in f_dupfd()
Dio_uring.c523 unsigned long nofile; member
592 unsigned long nofile; member
4165 req->open.nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()
4223 ret = __get_unused_fd_flags(req->open.how.flags, req->open.nofile); in io_openat2()
5093 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()
5119 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()
/Linux-v5.15/tools/perf/trace/beauty/include/linux/
Dsocket.h427 unsigned long nofile);
/Linux-v5.15/net/
Dsocket.c1801 unsigned long nofile) in __sys_accept4_file() argument
1812 newfd = __get_unused_fd_flags(flags, nofile); in __sys_accept4_file()