Lines Matching refs:vmf
540 struct vm_fault *vmf) in swap_cluster_readahead() argument
550 struct vm_area_struct *vma = vmf->vma; in swap_cluster_readahead()
551 unsigned long addr = vmf->address; in swap_cluster_readahead()
640 static void swap_ra_info(struct vm_fault *vmf, in swap_ra_info() argument
643 struct vm_area_struct *vma = vmf->vma; in swap_ra_info()
661 faddr = vmf->address; in swap_ra_info()
662 orig_pte = pte = pte_offset_map(vmf->pmd, faddr); in swap_ra_info()
723 struct vm_fault *vmf) in swap_vma_readahead() argument
726 struct vm_area_struct *vma = vmf->vma; in swap_vma_readahead()
734 swap_ra_info(vmf, &ra_info); in swap_vma_readahead()
750 vmf->address, &page_allocated); in swap_vma_readahead()
765 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
782 struct vm_fault *vmf) in swapin_readahead() argument
785 swap_vma_readahead(entry, gfp_mask, vmf) : in swapin_readahead()
786 swap_cluster_readahead(entry, gfp_mask, vmf); in swapin_readahead()