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);
59 "page (upper index [0x%.16lx])\n", page->index);
118 loff_t view_extent_num = ((((loff_t)page->index)
189 rc = ecryptfs_read_lower_page_segment(page, page->index, 0,
207 page, page->index, 0, PAGE_SIZE,
228 ecryptfs_printk(KERN_DEBUG, "Unlocking page with index = [0x%.16lx]\n",
229 page->index);
242 if ((i_size_read(inode) / PAGE_SIZE) != page->index)
270 pgoff_t index = pos >> PAGE_SHIFT;
275 page = grab_cache_page_write_begin(mapping, index);
280 prev_page_end_size = ((loff_t)index << PAGE_SHIFT);
287 page, index, 0, PAGE_SIZE, mapping->host);
313 page, index, 0, PAGE_SIZE,
333 "page at index [%ld]; "
335 __func__, page->index, rc);
345 if (index != 0) {
468 pgoff_t index = pos >> PAGE_SHIFT;
477 "(page w/ index = [0x%.16lx], to = [%d])\n", index, to);
499 "zeros in page with index = [0x%.16lx]\n", index);
505 "index [0x%.16lx])\n", index);