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_inode_mark

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

Type:struct fsnotify_mark

Parameter:

TypeParameterName
struct fsnotify_iter_info *iter_info
273  Return (report_mask & (1U << FSNOTIFY_OBJ_TYPE_INODE)) ? marks[FSNOTIFY_OBJ_TYPE_INODE] : NULL
Caller
NameDescribe
audit_watch_handle_eventUpdate watch data in audit rules based on fsnotify events.
audit_mark_handle_eventUpdate mark data in audit rules based on fsnotify events.
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