Home
last modified time | relevance | path

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

/openbmc/linux/fs/ramfs/
H A Dfile-nommu.c31 static int ramfs_nommu_mmap(struct file *file, struct vm_area_struct *vma);
41 .mmap = ramfs_nommu_mmap,
265 static int ramfs_nommu_mmap(struct file *file, struct vm_area_struct *vma) in ramfs_nommu_mmap() function