Lines Matching refs:vmf
610 struct vm_fault *vmf) in swap_cluster_readahead() argument
621 struct vm_area_struct *vma = vmf->vma; in swap_cluster_readahead()
622 unsigned long addr = vmf->address; in swap_cluster_readahead()
698 static void swap_ra_info(struct vm_fault *vmf, in swap_ra_info() argument
701 struct vm_area_struct *vma = vmf->vma; in swap_ra_info()
718 faddr = vmf->address; in swap_ra_info()
733 orig_pte = pte = pte_offset_map(vmf->pmd, faddr); in swap_ra_info()
779 struct vm_fault *vmf) in swap_vma_readahead() argument
783 struct vm_area_struct *vma = vmf->vma; in swap_vma_readahead()
793 swap_ra_info(vmf, &ra_info); in swap_vma_readahead()
807 vmf->address, &page_allocated); in swap_vma_readahead()
824 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
841 struct vm_fault *vmf) in swapin_readahead() argument
844 swap_vma_readahead(entry, gfp_mask, vmf) : in swapin_readahead()
845 swap_cluster_readahead(entry, gfp_mask, vmf); in swapin_readahead()