Home
last modified time | relevance | path

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

/fs/
Ddirect-io.c65 struct dio { struct
84 file in dio_block units. */ argument
91 dio_iodone_t *end_io; /* IO completion function */ argument
98 * Deferred addition of a page to the dio. These variables are argument
108 * Page fetching state. These variables belong to dio_refill_pages(). argument
115 * Page queue. These variables belong to dio_refill_pages() and argument
139 static inline unsigned dio_pages_present(struct dio *dio) in dio_pages_present()
147 static int dio_refill_pages(struct dio *dio) in dio_refill_pages()
193 static struct page *dio_get_page(struct dio *dio) in dio_get_page()
219 static int dio_complete(struct dio *dio, loff_t offset, int ret) in dio_complete()
[all …]