Home
last modified time | relevance | path

Searched defs:io_close (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/io_uring/
H A Dopenclose.c28 struct io_close { struct
29 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
/openbmc/qemu/include/io/
H A Dchannel.h125 int (*io_close)(QIOChannel *ioc, member