Home
last modified time | relevance | path

Searched refs:afs_file_mmap (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/afs/
H A Dfile.c21 static int afs_file_mmap(struct file *file, struct vm_area_struct *vma);
41 .mmap = afs_file_mmap,
551 static int afs_file_mmap(struct file *file, struct vm_area_struct *vma) in afs_file_mmap() function