Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dopenclose.c25 unsigned long nofile; member
78 open->nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()
135 ret = __get_unused_fd_flags(open->how.flags, open->nofile); in io_openat2()
H A Dnet.c34 unsigned long nofile; member
44 unsigned long nofile; member
1578 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()
1620 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()
1674 sock->nofile = rlimit(RLIMIT_NOFILE); in io_socket_prep()
1692 fd = __get_unused_fd_flags(sock->flags, sock->nofile); in io_socket()
/linux-6.15/fs/
H A Dfile.c600 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument
602 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()
1452 unsigned long nofile = rlimit(RLIMIT_NOFILE); in f_dupfd() local
1454 if (from >= nofile) in f_dupfd()
1456 err = alloc_fd(from, nofile, flags); in f_dupfd()
/linux-6.15/include/linux/
H A Dfile.h91 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
/linux-6.15/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh484 do_tests nofile _nofile