Searched defs:io_close (Results 1 – 1 of 1) sorted by relevance
28 struct io_close { struct29 struct file *file;30 int fd;31 u32 file_slot;214 int io_close(struct io_kiocb *req, unsigned int issue_flags) in io_close() function