Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 1 of 1) sorted by relevance

/mm/
Dfadvise.c33 pgoff_t start_index; in SYSCALL_DEFINE() local
94 start_index = offset >> PAGE_CACHE_SHIFT; in SYSCALL_DEFINE()
98 nrpages = end_index - start_index + 1; in SYSCALL_DEFINE()
103 start_index, in SYSCALL_DEFINE()
115 start_index = (offset+(PAGE_CACHE_SIZE-1)) >> PAGE_CACHE_SHIFT; in SYSCALL_DEFINE()
118 if (end_index >= start_index) in SYSCALL_DEFINE()
119 invalidate_mapping_pages(mapping, start_index, in SYSCALL_DEFINE()