Home
last modified time | relevance | path

Searched refs:anon_pgoff (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dvma.c21 pgoff_t anon_pgoff; member
57 .anon_pgoff = anon_pgoff_, \
72 .anon_pgoff = (map_)->anon_pgoff, \
88 unsigned long end, pgoff_t pgoff, pgoff_t anon_pgoff) in vma_set_range() argument
92 vma_set_anon_pgoff(vma, anon_pgoff); in vma_set_range()
1015 vmg->anon_pgoff = vma_start_anon_pgoff(prev); in vma_merge_existing_range()
1034 vmg->anon_pgoff = vma_start_anon_pgoff(prev); in vma_merge_existing_range()
1057 vmg->anon_pgoff = vma_start_anon_pgoff(next) - pglen; in vma_merge_existing_range()
1064 vmg->anon_pgoff = vma_start_anon_pgoff(middle); in vma_merge_existing_range()
1174 vmg->anon_pgoff = vma_start_anon_pgoff(prev); in vma_merge_new_range()
[all …]
H A Dvma.h107 pgoff_t anon_pgoff; member
289 return vmg->anon_pgoff; in vmg_start_anon_pgoff()
333 .anon_pgoff = anon_pgoff_, \
348 .anon_pgoff = __linear_anon_page_index(vma_, start_), \
538 pgoff_t anon_pgoff, bool *need_rmap_locks);
/linux/tools/testing/vma/tests/
H A Dmerge.c48 vmg->anon_pgoff = start >> PAGE_SHIFT; in vmg_set_range()
112 .anon_pgoff = 1, in test_simple_merge()