Searched refs:vma_expand (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/mm/ |
D | mmap.c | 630 int vma_expand(struct vma_iterator *vmi, struct vm_area_struct *vma, in vma_expand() function 2739 !vma_expand(&vmi, vma, merge_start, merge_end, vm_pgoff, next)) { in mmap_region()
|
/Linux-v6.6/fs/ |
D | exec.c | 708 if (vma_expand(&vmi, vma, new_start, old_end, vma->vm_pgoff, NULL)) in shift_arg_pages()
|
/Linux-v6.6/include/linux/ |
D | mm.h | 3219 extern int vma_expand(struct vma_iterator *vmi, struct vm_area_struct *vma,
|