table of contents
other versions
- stretch 4.9.168-1
RELAY_FILE_MMAP(9) | relay interface support | RELAY_FILE_MMAP(9) |
NAME¶
relay_file_mmap - mmap file op for relay filesSYNOPSIS¶
int relay_file_mmap(struct file * filp, struct vm_area_struct * vma);
ARGUMENTS¶
filpthe file
vma
the vma describing what to map
DESCRIPTION¶
Calls upon relay_mmap_buf to map the file into user space.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |