Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:snotify_create - 'name' was linked in

Proto:static inline void fsnotify_create(struct inode *inode, struct dentry *dentry)

Type:void

Parameter:

TypeParameterName
struct inode *inode
struct dentry *dentry
173  audit_inode_child(inode, dentry, a child being created )
175  Notify this @dir inode about a change in the directory entry @dentry.* Unlike fsnotify_parent(), the event will be reported regardless of the* FS_EVENT_ON_CHILD mask on the parent inode.
Caller
NameDescribe
vfs_create
vfs_mkobj
atomic_openAttempt to atomically look up, create and open a file from a negative* dentry
lookup_openLook up and maybe create and open the last component
vfs_mknod
vfs_symlink
devpts_pty_newdevpts_pty_new -- create a new inode in /dev/pts/*@ptmx_inode: inode of the master*@device: major+minor of the node to be created*@index: used as a name of the node*@priv: what's given back by devpts_get_priv* The created inode is returned