Lines Matching refs:vm_start
550 pgoff = vma->vm_pgoff + ((start - vma->vm_start) >> PAGE_SHIFT); in mlock_fixup()
559 if (start != vma->vm_start) { in mlock_fixup()
614 if (!vma || vma->vm_start > start) in apply_vma_lock_flags()
618 if (start > vma->vm_start) in apply_vma_lock_flags()
640 if (!vma || vma->vm_start != nstart) { in apply_vma_lock_flags()
671 if (start + len <= vma->vm_start) in count_mm_mlocked_page_nr()
674 if (start > vma->vm_start) in count_mm_mlocked_page_nr()
675 count -= (start - vma->vm_start); in count_mm_mlocked_page_nr()
677 count += start + len - vma->vm_start; in count_mm_mlocked_page_nr()
680 count += vma->vm_end - vma->vm_start; in count_mm_mlocked_page_nr()
808 mlock_fixup(vma, &prev, vma->vm_start, vma->vm_end, newflags); in apply_mlockall_flags()