taglinefilesource code
vm_end71fs/nfs/mmap.cmpnt->vm_end = addr + len;
vm_end113fs/nfs/mmap.cif (address + PAGE_SIZE > area->vm_end) {
vm_end114fs/nfs/mmap.cclear = address + PAGE_SIZE - area->vm_end;
vm_end26include/linux/mm.hunsigned long vm_end;
vm_end145kernel/chr_drv/mem.cmpnt->vm_end = addr + len;
vm_end852mm/memory.cif (address >= ((mpnt->vm_end + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)))
vm_end1160mm/memory.cif (address + PAGE_SIZE > area->vm_end) {
vm_end1161mm/memory.cclear = address + PAGE_SIZE - area->vm_end;
vm_end1204mm/memory.cif (area1->vm_end != area2->vm_end)
vm_end83mm/mmap.cif (addr >= vmm->vm_end)
vm_end87mm/mmap.caddr = PAGE_ALIGN(vmm->vm_end);
vm_end153mm/mmap.cif (addr > mpnt->vm_start && addr < mpnt->vm_end)
vm_end155mm/mmap.cif (addr+len > mpnt->vm_start && addr + len < mpnt->vm_end)
vm_end157mm/mmap.cif (addr <= mpnt->vm_start && addr + len >= mpnt->vm_end) {
vm_end223mm/mmap.cmpnt->vm_end = addr + len;