Searched refs:pseudo_vma (Results 1 – 1 of 1) sorted by relevance
819 struct vm_area_struct pseudo_vma; in hugetlbfs_fallocate() local858 vma_init(&pseudo_vma, mm); in hugetlbfs_fallocate()859 vm_flags_init(&pseudo_vma, VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in hugetlbfs_fallocate()860 pseudo_vma.vm_file = file; in hugetlbfs_fallocate()904 hugetlb_set_vma_policy(&pseudo_vma, inode, index); in hugetlbfs_fallocate()905 folio = alloc_hugetlb_folio(&pseudo_vma, addr, 0); in hugetlbfs_fallocate()906 hugetlb_drop_vma_policy(&pseudo_vma); in hugetlbfs_fallocate()916 restore_reserve_on_error(h, &pseudo_vma, addr, folio); in hugetlbfs_fallocate()