Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dinternal.h175 extern struct file *__close_fd_get_file(unsigned int fd);
H A Dfile.c768 struct file *__close_fd_get_file(unsigned int fd) in __close_fd_get_file() function
/openbmc/linux/io_uring/
H A Dopenclose.c251 file = __close_fd_get_file(close->fd); in io_close()