Lines Matching refs:start
32 loff_t start; /* Start position */
40 loff_t start, size_t len)
49 req->start = start;
68 primary->start + primary->submitted, len);
80 pgoff_t start_page = req->start / PAGE_SIZE;
81 pgoff_t last_page = ((req->start + req->len) / PAGE_SIZE) - 1;
126 * start physical address in the cache file.
135 loff_t lstart = req->start + req->submitted;
209 loff_t pos = primary->start + primary->submitted;