filemap_fault(9) centos man page | unix.com

Man Page: filemap_fault

Operating Environment: centos

Section: 9

FILEMAP_FAULT(9)					    Memory Management in Linux						  FILEMAP_FAULT(9)

NAME
filemap_fault - read in file data for page fault handling
SYNOPSIS
int filemap_fault(struct vm_area_struct * vma, struct vm_fault * vmf);
ARGUMENTS
vma vma in which the fault was taken vmf struct vm_fault containing details of the fault
DESCRIPTION
filemap_fault is invoked via the vma operations vector for a mapped memory region to read in file data during a page fault. The goto's are kind of ugly, but this streamlines the normal case of having it in the page cache, and handles the special cases reasonably without having a lot of duplicated code.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 FILEMAP_FAULT(9)
Related Man Pages
__get_user_pages(9) - centos
spi_async(9) - centos
spi_async_locked(9) - centos
ddi_check_dma_handle(9f) - sunos
ddi_check_acc_handle(9f) - opensolaris
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!