Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fs.h Create Date:2022-07-28 05:43:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:call_mmap

Proto:static inline int call_mmap(struct file *file, struct vm_area_struct *vma)

Type:int

Parameter:

TypeParameterName
struct file *file
struct vm_area_struct *vma
1907  Return mmap(file, vma)
Caller
NameDescribe
do_mmap_shared_fileset up a shared mapping on a file (the driver or filesystem provides and* pins the storage)
do_mmap_privateset up a private mapping or an anonymous shared mapping
mmap_region
shm_mmap