Searched refs:filp_pgoff (Results 1 – 1 of 1) sorted by relevance
37 static unsigned long shared_align_offset(unsigned long filp_pgoff, in shared_align_offset() argument40 return (filp_pgoff + pgoff) << PAGE_SHIFT; in shared_align_offset()44 unsigned long filp_pgoff, unsigned long pgoff) in COLOR_ALIGN() argument48 shared_align_offset(filp_pgoff, pgoff); in COLOR_ALIGN()105 unsigned long filp_pgoff; in arch_get_unmapped_area_common() local115 filp_pgoff = GET_FILP_PGOFF(filp); in arch_get_unmapped_area_common()123 (addr - shared_align_offset(filp_pgoff, pgoff)) in arch_get_unmapped_area_common()131 addr = COLOR_ALIGN(addr, filp_pgoff, pgoff); in arch_get_unmapped_area_common()144 info.align_offset = shared_align_offset(filp_pgoff, pgoff); in arch_get_unmapped_area_common()