Home
last modified time | relevance | path

Searched refs:__close_fd_get_file (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dinternal.h137 extern int __close_fd_get_file(unsigned int fd, struct file **res);
H A Dfile.c788 int __close_fd_get_file(unsigned int fd, struct file **res) in __close_fd_get_file() function
821 ret = __close_fd_get_file(fd, res); in close_fd_get_file()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4574 ret = __close_fd_get_file(close->fd, &file); in io_close()