Lines Matching refs:vmf
614 struct vm_fault *vmf) in swap_cluster_readahead() argument
624 struct vm_area_struct *vma = vmf->vma; in swap_cluster_readahead()
625 unsigned long addr = vmf->address; in swap_cluster_readahead()
712 static void swap_ra_info(struct vm_fault *vmf, in swap_ra_info() argument
715 struct vm_area_struct *vma = vmf->vma; in swap_ra_info()
732 faddr = vmf->address; in swap_ra_info()
733 orig_pte = pte = pte_offset_map(vmf->pmd, faddr); in swap_ra_info()
789 struct vm_fault *vmf) in swap_vma_readahead() argument
792 struct vm_area_struct *vma = vmf->vma; in swap_vma_readahead()
802 swap_ra_info(vmf, &ra_info); in swap_vma_readahead()
818 vmf->address, &page_allocated); in swap_vma_readahead()
833 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
850 struct vm_fault *vmf) in swapin_readahead() argument
853 swap_vma_readahead(entry, gfp_mask, vmf) : in swapin_readahead()
854 swap_cluster_readahead(entry, gfp_mask, vmf); in swapin_readahead()