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

/mm/
H A Dmmap.c524 * Before updating the vma's vm_start / vm_end / vm_pgoff fields, the
722 * We cannot adjust vm_start, vm_end, vm_pgoff fields of a vma that
840 vma->vm_pgoff = pgoff;
843 next->vm_pgoff += adjust_next;
968 * Return true if we can merge this (vm_flags,anon_vma,file,vm_pgoff)
980 struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff,
985 if (vma->vm_pgoff == vm_pgoff)
992 * Return true if we can merge this (vm_flags,anon_vma,file,vm_pgoff)
1000 struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff,
979 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, const char __user *anon_name) argument
999 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, const char __user *anon_name) argument
[all...]

Completed in 33 milliseconds