Lines Matching refs:vmf
650 struct vm_fault *vmf) in swap_cluster_readahead() argument
660 struct vm_area_struct *vma = vmf->vma; in swap_cluster_readahead()
661 unsigned long addr = vmf->address; in swap_cluster_readahead()
750 static void swap_ra_info(struct vm_fault *vmf, in swap_ra_info() argument
753 struct vm_area_struct *vma = vmf->vma; in swap_ra_info()
771 faddr = vmf->address; in swap_ra_info()
772 orig_pte = pte = pte_offset_map(vmf->pmd, faddr); in swap_ra_info()
833 struct vm_fault *vmf) in swap_vma_readahead() argument
836 struct vm_area_struct *vma = vmf->vma; in swap_vma_readahead()
844 swap_ra_info(vmf, &ra_info); in swap_vma_readahead()
860 vmf->address, &page_allocated); in swap_vma_readahead()
875 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
892 struct vm_fault *vmf) in swapin_readahead() argument
895 swap_vma_readahead(entry, gfp_mask, vmf) : in swapin_readahead()
896 swap_cluster_readahead(entry, gfp_mask, vmf); in swapin_readahead()