Home
last modified time | relevance | path

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

/linux/fs/hugetlbfs/
H A Dinode.c727 struct vm_area_struct pseudo_vma; in hugetlbfs_fallocate()
767 vma_init(&pseudo_vma, mm); in hugetlbfs_fallocate()
768 vm_flags_init(&pseudo_vma, VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in hugetlbfs_fallocate()
769 pseudo_vma.vm_file = file; in hugetlbfs_fallocate()
808 * pseudo_vma. However, there could be shared mappings with in hugetlbfs_fallocate()
813 folio = alloc_hugetlb_folio(&pseudo_vma, addr, false); in hugetlbfs_fallocate()
823 restore_reserve_on_error(h, &pseudo_vma, addr, folio); in hugetlbfs_fallocate()
733 struct vm_area_struct pseudo_vma; hugetlbfs_fallocate() local