Searched defs:vm_pgoff (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmmap.c484 * We cannot adjust vm_start, vm_end, vm_pgoff fields of a vma that
584 vma->vm_pgoff = pgoff;
587 next->vm_pgoff += adjust_next;
678 * Return true if we can merge this (vm_flags,anon_vma,file,vm_pgoff)
690 struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff)
694 if (vma->vm_pgoff == vm_pgoff)
701 * Return true if we can merge this (vm_flags,anon_vma,file,vm_pgoff)
709 struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff)
715 if (vma->vm_pgoff
689 can_vma_merge_before(struct vm_area_struct *vma, unsigned long vm_flags, struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff) argument
708 can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags, struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff) argument
[all...]

Completed in 17 milliseconds