Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Simple wrapper to consolidate calls fsnotify_parent()/fsnotify() when* an event is on a path.

Proto:static inline int fsnotify_path(struct inode *inode, const struct path *path, __u32 mask)

Type:int

Parameter:

TypeParameterName
struct inode *inode
const struct path *path
__u32mask
50  ret = Notify this dentry's parent about a child's events.
52  If ret Then Return ret
54  Return fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0)