Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:shmem_file_setup_with_mnt - get an unlinked file living in tmpfs*@mnt: the tmpfs mount where the file will be created*@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

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

Type:struct file

Parameter:

TypeParameterName
struct vfsmount *mnt
const char *name
loff_tsize
unsigned longflags
4163  Return mmon code