Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Ddata.c435 return generic_file_readonly_mmap(file, vma); in erofs_file_mmap()
445 #define erofs_file_mmap generic_file_readonly_mmap
/openbmc/linux/fs/9p/
H A Dvfs_file.c509 return generic_file_readonly_mmap(filp, vma); in v9fs_file_mmap()
590 .mmap = generic_file_readonly_mmap,
/openbmc/linux/fs/jffs2/
H A Dfile.c57 .mmap = generic_file_readonly_mmap,
/openbmc/linux/block/
H A Dfops.c821 return generic_file_readonly_mmap(file, vma); in blkdev_mmap()
/openbmc/linux/fs/cramfs/
H A Dinode.c355 ret = generic_file_readonly_mmap(file, vma); in cramfs_physmem_mmap()
/openbmc/linux/mm/
H A Dfilemap.c3679 int generic_file_readonly_mmap(struct file *file, struct vm_area_struct *vma) in generic_file_readonly_mmap() function
3694 int generic_file_readonly_mmap(struct file *file, struct vm_area_struct *vma) in generic_file_readonly_mmap() function
3702 EXPORT_SYMBOL(generic_file_readonly_mmap);
/openbmc/linux/fs/
H A Dread_write.c31 .mmap = generic_file_readonly_mmap,
/openbmc/linux/include/linux/
H A Dfs.h2958 extern int generic_file_readonly_mmap(struct file *, struct vm_area_struct *);