Searched refs:nofile (Results 1 – 5 of 5) sorted by relevance
| /linux/io_uring/ |
| H A D | openclose.c | 28 unsigned long nofile; member 81 open->nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep() 138 ret = __get_unused_fd_flags(open->how.flags, open->nofile); in io_openat2() 314 unsigned long nofile; member 330 p->nofile = rlimit(RLIMIT_NOFILE); in io_pipe_prep() 387 ret = __get_unused_fd_flags(p->flags, p->nofile); in io_pipe_fd() 392 ret = __get_unused_fd_flags(p->flags, p->nofile); in io_pipe_fd()
|
| H A D | net.c | 34 unsigned long nofile; member 44 unsigned long nofile; member 1618 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep() 1660 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept() 1714 sock->nofile = rlimit(RLIMIT_NOFILE); in io_socket_prep() 1732 fd = __get_unused_fd_flags(sock->flags, sock->nofile); in io_socket()
|
| /linux/fs/ |
| H A D | file.c | 615 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) in __get_unused_fd_flags() argument 617 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags() 1474 unsigned long nofile = rlimit(RLIMIT_NOFILE); in f_dupfd() local 1476 if (from >= nofile) in f_dupfd() 1478 err = alloc_fd(from, nofile, flags); in f_dupfd()
|
| /linux/include/linux/ |
| H A D | file.h | 91 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
|
| /linux/tools/testing/selftests/firmware/ |
| H A D | fw_filesystem.sh | 484 do_tests nofile _nofile
|