Searched refs:pseudo_vma (Results 1 – 1 of 1) sorted by relevance
421 struct vm_area_struct pseudo_vma; in remove_inode_hugepages() local427 vma_init(&pseudo_vma, current->mm); in remove_inode_hugepages()428 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in remove_inode_hugepages()577 struct vm_area_struct pseudo_vma; in hugetlbfs_fallocate() local616 vma_init(&pseudo_vma, mm); in hugetlbfs_fallocate()617 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in hugetlbfs_fallocate()618 pseudo_vma.vm_file = file; in hugetlbfs_fallocate()641 hugetlb_set_vma_policy(&pseudo_vma, inode, index); in hugetlbfs_fallocate()655 hugetlb_drop_vma_policy(&pseudo_vma); in hugetlbfs_fallocate()660 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()[all …]