函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\shmem.c Create Date:2022-07-27 15:44:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:shmem_file_setup - get an unlinked file living in tmpfs*@name: name for dentry (to be seen in /proc/<pid>/maps*@size: size to be set for the file*@flags: VM_NORESERVE suppresses pre-accounting of the entire object size

函数原型:struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags)

返回类型:struct file

参数:

类型参数名称
const char *name
loff_tsize
unsigned longflags
4149  返回:mmon code