Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\shmem.c Create Date:2022-07-28 14:21:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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

Proto:struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags)

Type:struct file

Parameter:

TypeParameterName
const char *name
loff_tsize
unsigned longflags
4149  Return mmon code