Searched refs:vma_last_pgoff (Results 1 – 3 of 3) sorted by relevance
18 vma_start_pgoff, vma_last_pgoff, static,34 const pgoff_t pgoff_last = vma_last_pgoff(vma); in mapping_rmap_tree_insert_after()
4485 const pgoff_t end_idx = min(last_index, vma_last_pgoff(vma)) + 1; in unmap_mapping_range_tree()
4450 static inline pgoff_t vma_last_pgoff(const struct vm_area_struct *vma) in vma_last_pgoff() function