Lines Matching refs:io
19 struct io *io_notify;
62 struct io *io = NULL;
66 (void)io_add_notify(path, notify_callback, box, &io);
72 file->io_notify = io;
113 struct io *io, *const *iop;
114 ARRAY(struct io *) temp_ios;
123 switch (io_add_notify(file->path, notify_extract_callback, box, &io)) {
125 array_append(&temp_ios, &io, 1);
149 struct io *io = *iop;
150 io_remove(&io);