Searched refs:vma_expand (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/mm/ |
H A D | mmap.c | 629 int vma_expand(struct vma_iterator *vmi, struct vm_area_struct *vma, in vma_expand() function 2746 !vma_expand(&vmi, vma, merge_start, merge_end, vm_pgoff, next)) { in __mmap_region()
|
/openbmc/linux/fs/ |
H A D | exec.c | 706 if (vma_expand(&vmi, vma, new_start, old_end, vma->vm_pgoff, NULL)) in shift_arg_pages()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 3225 extern int vma_expand(struct vma_iterator *vmi, struct vm_area_struct *vma,
|