Function report |
Source Code:mm\util.c |
Create Date:2022-07-28 14:21:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vm_mmap_pgoff
Proto:unsigned long vm_mmap_pgoff(struct file *file, unsigned long addr, unsigned long len, unsigned long prot, unsigned long flag, unsigned long pgoff)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
unsigned long | addr | |
unsigned long | len | |
unsigned long | prot | |
unsigned long | flag | |
unsigned long | pgoff |
502 | ret = security_mmap_file(file, prot, flag) |
503 | If Not ret Then |
504 | If lock for writing Then Return -EINTR |
509 | userfaultfd_unmap_complete(mm, & uf) |
510 | If populate Then mm_populate(ret, populate) |
513 | Return ret |
Name | Describe |
---|---|
vm_mmap | |
ksys_mmap_pgoff | |
ksys_mmap_pgoff |
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 |