Lines Matching refs:index
33 struct page *ecryptfs_get_locked_page(struct inode *inode, loff_t index)
35 struct page *page = read_mapping_page(inode->i_mapping, index, NULL);
58 "page (upper index [0x%.16lx])\n", page->index);
117 loff_t view_extent_num = ((((loff_t)page->index)
187 rc = ecryptfs_read_lower_page_segment(page, page->index, 0,
205 page, page->index, 0, PAGE_SIZE,
226 ecryptfs_printk(KERN_DEBUG, "Unlocking page with index = [0x%.16lx]\n",
227 page->index);
240 if ((i_size_read(inode) / PAGE_SIZE) != page->index)
269 pgoff_t index = pos >> PAGE_SHIFT;
274 page = grab_cache_page_write_begin(mapping, index, flags);
279 prev_page_end_size = ((loff_t)index << PAGE_SHIFT);
286 page, index, 0, PAGE_SIZE, mapping->host);
312 page, index, 0, PAGE_SIZE,
332 "page at index [%ld]; "
334 __func__, page->index, rc);
344 if (index != 0) {
467 pgoff_t index = pos >> PAGE_SHIFT;
476 "(page w/ index = [0x%.16lx], to = [%d])\n", index, to);
498 "zeros in page with index = [0x%.16lx]\n", index);
504 "index [0x%.16lx])\n", index);