Searched refs:pseudo_vma (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/hugetlbfs/
H A Dinode.c808 struct vm_area_struct pseudo_vma; local
846 vma_init(&pseudo_vma, mm);
847 vm_flags_init(&pseudo_vma, VM_HUGETLB | VM_MAYSHARE | VM_SHARED);
848 pseudo_vma.vm_file = file;
887 * pseudo_vma. However, there could be shared mappings with
892 folio = alloc_hugetlb_folio(&pseudo_vma, addr, 0);
902 restore_reserve_on_error(h, &pseudo_vma, addr, folio);

Completed in 184 milliseconds