Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dopenclose.c25 unsigned long nofile; member
62 open->nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()
122 ret = __get_unused_fd_flags(open->how.flags, open->nofile); in io_openat2()
Dnet.c32 unsigned long nofile; member
42 unsigned long nofile; member
1240 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()
1274 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()
1329 sock->nofile = rlimit(RLIMIT_NOFILE); in io_socket_prep()
1347 fd = __get_unused_fd_flags(sock->flags, sock->nofile); in io_socket()
/Linux-v6.1/include/linux/
Dfile.h87 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
/Linux-v6.1/fs/
Dfile.c557 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument
559 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()
1286 unsigned long nofile = rlimit(RLIMIT_NOFILE); in f_dupfd() local
1288 if (from >= nofile) in f_dupfd()
1290 err = alloc_fd(from, nofile, flags); in f_dupfd()
/Linux-v6.1/tools/testing/selftests/firmware/
Dfw_filesystem.sh484 do_tests nofile _nofile