Lines Matching refs:index
150 _enter("{%x},{%lu},{%lu}", key_serial(key), inode->i_ino, page->index); in __afs_page_filler()
193 req->pos = (loff_t)page->index << PAGE_SHIFT; in __afs_page_filler()
292 struct page *page = req->pages[req->index]; in afs_readpages_page_done()
294 req->pages[req->index] = NULL; in afs_readpages_page_done()
320 pgoff_t index; in afs_readpages_one() local
327 index = first->index + 1; in afs_readpages_one()
331 if (page->index != index) in afs_readpages_one()
333 index++; in afs_readpages_one()
344 req->pos = first->index; in afs_readpages_one()
359 index = page->index; in afs_readpages_one()
360 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
477 _enter("{%lu}", page->index); in afs_launder_page()
492 _enter("{%lu},%u,%u", page->index, offset, length); in afs_invalidatepage()
530 vnode->fid.vid, vnode->fid.vnode, page->index, page->flags, in afs_releasepage()