Searched refs:pseudo_vma (Results 1 – 1 of 1) sorted by relevance
483 struct vm_area_struct pseudo_vma; in remove_inode_hugepages() local489 vma_init(&pseudo_vma, current->mm); in remove_inode_hugepages()490 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in remove_inode_hugepages()650 struct vm_area_struct pseudo_vma; in hugetlbfs_fallocate() local689 vma_init(&pseudo_vma, mm); in hugetlbfs_fallocate()690 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in hugetlbfs_fallocate()691 pseudo_vma.vm_file = file; in hugetlbfs_fallocate()714 hugetlb_set_vma_policy(&pseudo_vma, inode, index); in hugetlbfs_fallocate()732 hugetlb_drop_vma_policy(&pseudo_vma); in hugetlbfs_fallocate()737 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()[all …]