Searched refs:pseudo_vma (Results 1 – 1 of 1) sorted by relevance
472 struct vm_area_struct pseudo_vma; in remove_inode_hugepages() local478 vma_init(&pseudo_vma, current->mm); in remove_inode_hugepages()479 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in remove_inode_hugepages()639 struct vm_area_struct pseudo_vma; in hugetlbfs_fallocate() local678 vma_init(&pseudo_vma, mm); in hugetlbfs_fallocate()679 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in hugetlbfs_fallocate()680 pseudo_vma.vm_file = file; in hugetlbfs_fallocate()703 hugetlb_set_vma_policy(&pseudo_vma, inode, index); in hugetlbfs_fallocate()721 hugetlb_drop_vma_policy(&pseudo_vma); in hugetlbfs_fallocate()726 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()[all …]