Searched defs:io_close (Results 1 – 1 of 1) sorted by relevance
31 struct io_close { struct32 struct file *file;33 int fd;34 u32 file_slot;236 int io_close(struct io_kiocb *req, unsigned int issue_flags) in io_close() function