函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\nommu.c Create Date:2022-07-27 16:03:23
Last Modify:2020-03-17 21:26:27 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:set up a shared mapping on a file (the driver or filesystem provides and* pins the storage)

函数原型:static int do_mmap_shared_file(struct vm_area_struct *vma)

返回类型:int

参数:

类型参数名称
struct vm_area_struct *vma
988  ret等于call_mmap(File we map to (can be NULL). , vma)
989  如果ret恒等于0则
990  vm_top等于vm_end
991  返回:0
993  如果ret不等于负ENOSYS则返回:ret
999  返回:负ENODEV
调用者
名称描述
do_mmaphandle mapping creation for uClinux