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