Searched refs:vma_end_anon_pgoff (Results 1 – 3 of 3) sorted by relevance
1350 static inline pgoff_t vma_end_anon_pgoff(const struct vm_area_struct *vma) in vma_end_anon_pgoff() function1357 return vma_end_anon_pgoff(vma) - 1; in vma_last_anon_pgoff()
271 vma_end_anon_pgoff(vmg->prev) != vmg_start_anon_pgoff(vmg)) in can_vma_merge_after()2079 if (vma_end_anon_pgoff(a) != vma_start_anon_pgoff(b)) in anon_vma_compatible()
4494 static inline pgoff_t vma_end_anon_pgoff(const struct vm_area_struct *vma) in vma_end_anon_pgoff() function4511 return vma_end_anon_pgoff(vma) - 1; in vma_last_anon_pgoff()