Searched refs:__close_fd_get_file (Results 1 – 3 of 3) sorted by relevance
139 extern int __close_fd_get_file(unsigned int fd, struct file **res);
769 int __close_fd_get_file(unsigned int fd, struct file **res) in __close_fd_get_file() function802 ret = __close_fd_get_file(fd, res); in close_fd_get_file()
4634 ret = __close_fd_get_file(close->fd, &file); in io_close()