Searched defs:io_close (Results 1 – 1 of 1) sorted by relevance
503 struct io_close { struct504 struct file *file;505 int fd;506 u32 file_slot;4602 static int io_close(struct io_kiocb *req, unsigned int issue_flags) in io_close() function