Home
last modified time | relevance | path

Searched refs:pseudo_vma (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/hugetlbfs/
Dinode.c407 struct vm_area_struct pseudo_vma; in remove_inode_hugepages() local
413 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() local
597 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 …]