Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fsnotify_iter_vfsmount_mark

Proto:static inline struct fsnotify_mark *fsnotify_iter_vfsmount_mark(struct fsnotify_iter_info *iter_info)

Type:struct fsnotify_mark

Parameter:

TypeParameterName
struct fsnotify_iter_info *iter_info
274  Return (report_mask & (1U << FSNOTIFY_OBJ_TYPE_VFSMOUNT)) ? marks[FSNOTIFY_OBJ_TYPE_VFSMOUNT] : NULL
Caller
NameDescribe
dnotify_handle_eventMains fsnotify call where events are delivered to dnotify.* Find the dnotify mark on the relevant inode, run the list of dnotify structs* on that mark and determine which of them has expressed interest in receiving* events of this type
inotify_handle_event