Name

relay_file_mmap — mmap file op for relay files

Synopsis

int relay_file_mmap (struct file * filp,
 struct vm_area_struct * vma);
 

Arguments

struct file * filp

the file

struct vm_area_struct * vma

the vma describing what to map

Description

Calls upon relay_mmap_buf to map the file into user space.