Home
last modified time | relevance | path

Searched refs:__close_fd_get_file (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dinternal.h137 extern int __close_fd_get_file(unsigned int fd, struct file **res);
H A Dfile.c789 int __close_fd_get_file(unsigned int fd, struct file **res) in __close_fd_get_file() function
822 ret = __close_fd_get_file(fd, res); in close_fd_get_file()
/kernel/linux/linux-6.6/fs/
H A Dinternal.h175 extern struct file *__close_fd_get_file(unsigned int fd);
H A Dfile.c799 struct file *__close_fd_get_file(unsigned int fd) in __close_fd_get_file() function
/kernel/linux/linux-6.6/io_uring/
H A Dopenclose.c251 file = __close_fd_get_file(close->fd); in io_close()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c4665 ret = __close_fd_get_file(close->fd, &file); in io_close()

Completed in 18 milliseconds