Lines Matching defs:index
93 if (((s64)page->index << PAGE_SHIFT) >= initialized_size) {
108 if ((page->index >= (initialized_size >> PAGE_SHIFT)) &&
118 * @dest_index: current index into @dest_pages (IN/OUT)
120 * @dest_max_index: maximum index into @dest_pages (IN)
133 * destination pages @dest_pages starting at index @dest_index into @dest_pages
287 * First stage: add current page index to array of
475 unsigned long offset, index = page->index;
481 VCN start_vcn = (((s64)index << PAGE_SHIFT) & ~cb_size_mask) >>
487 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_SHIFT) + cb_size - 1)
506 ntfs_debug("Entering, page->index = 0x%lx, cb_size = 0x%x, nr_pages = "
507 "%i.", index, cb_size, nr_pages);
536 xpage = index - offset;
890 "prejudice. Inode 0x%lx, page index "
891 "0x%lx.", ni->mft_no, page->index);