Searched refs:pseudo_vma (Results 1 – 1 of 1) sorted by relevance
466 struct vm_area_struct pseudo_vma; in remove_inode_hugepages() local472 vma_init(&pseudo_vma, current->mm); in remove_inode_hugepages()473 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in remove_inode_hugepages()633 struct vm_area_struct pseudo_vma; in hugetlbfs_fallocate() local672 vma_init(&pseudo_vma, mm); in hugetlbfs_fallocate()673 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in hugetlbfs_fallocate()674 pseudo_vma.vm_file = file; in hugetlbfs_fallocate()697 hugetlb_set_vma_policy(&pseudo_vma, inode, index); in hugetlbfs_fallocate()715 hugetlb_drop_vma_policy(&pseudo_vma); in hugetlbfs_fallocate()720 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()[all …]