Searched refs:rlen (Results 1 – 1 of 1) sorted by relevance
832 unsigned long capabilities, rlen; in validate_mmap_request() local852 rlen = PAGE_ALIGN(len); in validate_mmap_request()853 if (!rlen || rlen > TASK_SIZE) in validate_mmap_request()857 if ((pgoff + (rlen >> PAGE_SHIFT)) < pgoff) in validate_mmap_request()1061 unsigned long total, point, n, rlen; in do_mmap_private() local1085 rlen = PAGE_ALIGN(len); in do_mmap_private()1091 order = get_order(rlen); in do_mmap_private()1101 point = rlen >> PAGE_SHIFT; in do_mmap_private()1123 region->vm_end = region->vm_start + rlen; in do_mmap_private()1139 ret = vma->vm_file->f_op->read(vma->vm_file, base, rlen, &fpos); in do_mmap_private()[all …]