Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\inode.c Create Date:2022-07-28 13:06:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_dentry_finalize

Proto:static void bpf_dentry_finalize(struct dentry *dentry, struct inode *inode, struct inode *dir)

Type:void

Parameter:

TypeParameterName
struct dentry *dentry
struct inode *inode
struct inode *dir
126  These are the low-level FS interfaces to the dcache..
127  get a reference to a dentry
129  i_mtime = current_time(dir)
130  i_ctime = i_mtime
Caller
NameDescribe
bpf_mkdir
bpf_mkobj_ops
bpf_symlink