Searched refs:start_index (Results 1 – 1 of 1) sorted by relevance
38 pgoff_t start_index; in generic_fadvise() local99 start_index = offset >> PAGE_SHIFT; in generic_fadvise()103 nrpages = end_index - start_index + 1; in generic_fadvise()107 force_page_cache_readahead(mapping, file, start_index, nrpages); in generic_fadvise()121 start_index = (offset+(PAGE_SIZE-1)) >> PAGE_SHIFT; in generic_fadvise()143 if (end_index >= start_index) { in generic_fadvise()158 start_index, end_index, in generic_fadvise()169 invalidate_mapping_pages(mapping, start_index, in generic_fadvise()