Lines Matching refs:vm_start
581 address = vma->vm_start + in vma_pgoff_address()
584 if (address < vma->vm_start || address >= vma->vm_end) in vma_pgoff_address()
588 address = vma->vm_start; in vma_pgoff_address()
622 address = vma->vm_start + ((pgoff - vma->vm_pgoff) << PAGE_SHIFT); in vma_address_end()
624 if (address < vma->vm_start || address > vma->vm_end) in vma_address_end()
993 if (WARN_ON(vmi->mas.node != MAS_START && vmi->mas.index > vma->vm_start)) { in vma_iter_store()
994 printk("%lu > %lu\n", vmi->mas.index, vma->vm_start); in vma_iter_store()
995 printk("store of vma %lu-%lu", vma->vm_start, vma->vm_end); in vma_iter_store()
999 if (WARN_ON(vmi->mas.node != MAS_START && vmi->mas.last < vma->vm_start)) { in vma_iter_store()
1000 printk("%lu < %lu\n", vmi->mas.last, vma->vm_start); in vma_iter_store()
1001 printk("store of vma %lu-%lu", vma->vm_start, vma->vm_end); in vma_iter_store()
1008 ((vmi->mas.index > vma->vm_start) || (vmi->mas.last < vma->vm_start))) in vma_iter_store()
1011 vmi->mas.index = vma->vm_start; in vma_iter_store()
1020 ((vmi->mas.index > vma->vm_start) || (vmi->mas.last < vma->vm_start))) in vma_iter_store_gfp()
1023 vmi->mas.index = vma->vm_start; in vma_iter_store_gfp()