Searched refs:wpq (Results 1 – 2 of 2) sorted by relevance
22 * wpq is for buffered io, while meta fields are used with26 struct wait_page_queue wpq;
766 struct wait_page_queue *wpq; in io_async_buf_func() local771 wpq = container_of(wait, struct wait_page_queue, wait); in io_async_buf_func()773 if (!wake_page_match(wpq, key)) in io_async_buf_func()797 struct wait_page_queue *wait = &io->wpq; in io_rw_should_retry()