Function report |
Source Code:fs\ramfs\file-nommu.c |
Create Date:2022-07-28 20:35:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ramfs_nommu_mmap
Proto:static int ramfs_nommu_mmap(struct file *file, struct vm_area_struct *vma)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
struct vm_area_struct * | vma |
258 | If Not (Flags, see mm.h. & (VM_SHARED | VM_MAYSHARE)) Then Return -ENOSYS |
261 | file_accessed(file) |
263 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |