函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fsnotify_backend.h Create Date:2022-07-27 12:29:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:fsnotify_iter_inode_mark

函数原型:static inline struct fsnotify_mark *fsnotify_iter_inode_mark(struct fsnotify_iter_info *iter_info)

返回类型:struct fsnotify_mark

参数:

类型参数名称
struct fsnotify_iter_info *iter_info
273  返回:(report_mask & (1U << FSNOTIFY_OBJ_TYPE_INODE)) ? marks[FSNOTIFY_OBJ_TYPE_INODE] : NULL
调用者
名称描述
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