Lines Matching defs:file
5 #include <linux/file.h>
24 struct file *file;
297 req->cqe.res = vfs_poll(req->file, &pt) & req->apoll_events;
494 * The file being polled uses multiple waitqueues for poll handling
542 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head,
582 poll->file = req->file;
607 mask = vfs_poll(req->file, &ipt->pt) & poll->events;
653 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head,
716 if (!file_can_poll(req->file))