Lines Matching refs:vmf
655 struct vm_fault *vmf) in swap_cluster_readahead() argument
665 struct vm_area_struct *vma = vmf->vma; in swap_cluster_readahead()
666 unsigned long addr = vmf->address; in swap_cluster_readahead()
755 static void swap_ra_info(struct vm_fault *vmf, in swap_ra_info() argument
758 struct vm_area_struct *vma = vmf->vma; in swap_ra_info()
776 faddr = vmf->address; in swap_ra_info()
777 orig_pte = pte = pte_offset_map(vmf->pmd, faddr); in swap_ra_info()
838 struct vm_fault *vmf) in swap_vma_readahead() argument
841 struct vm_area_struct *vma = vmf->vma; in swap_vma_readahead()
849 swap_ra_info(vmf, &ra_info); in swap_vma_readahead()
865 vmf->address, &page_allocated); in swap_vma_readahead()
880 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
897 struct vm_fault *vmf) in swapin_readahead() argument
900 swap_vma_readahead(entry, gfp_mask, vmf) : in swapin_readahead()
901 swap_cluster_readahead(entry, gfp_mask, vmf); in swapin_readahead()