Searched refs:pseudo_vma (Results 1 – 1 of 1) sorted by relevance
407 struct vm_area_struct pseudo_vma; in remove_inode_hugepages() local413 vma_init(&pseudo_vma, current->mm); in remove_inode_hugepages()414 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in remove_inode_hugepages()430 &pseudo_vma, in remove_inode_hugepages()558 struct vm_area_struct pseudo_vma; in hugetlbfs_fallocate() local597 vma_init(&pseudo_vma, mm); in hugetlbfs_fallocate()598 pseudo_vma.vm_flags = (VM_HUGETLB | VM_MAYSHARE | VM_SHARED); in hugetlbfs_fallocate()599 pseudo_vma.vm_file = file; in hugetlbfs_fallocate()622 hugetlb_set_vma_policy(&pseudo_vma, inode, index); in hugetlbfs_fallocate()628 hash = hugetlb_fault_mutex_hash(h, mm, &pseudo_vma, mapping, in hugetlbfs_fallocate()[all …]