Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Notify this dentry's parent about a child's events.

Proto:static inline int fsnotify_parent(const struct path *path, struct dentry *dentry, __u32 mask)

Type:int

Parameter:

TypeParameterName
const struct path *path
struct dentry *dentry
__u32mask
37  If Not dentry Then dentry = dentry
40  Return __fsnotify_parent(path, dentry, mask)