函数逻辑报告 |
Source Code:fs\notify\inotify\inotify_fsnotify.c |
Create Date:2022-07-29 10:49:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Check if 2 events contain the same information.
函数原型:static bool event_compare(struct fsnotify_event *old_fsn, struct fsnotify_event *new_fsn)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fsnotify_event * | old_fsn | |
struct fsnotify_event * | new_fsn |
39 | 如果mask按位与last inotify event here 则返回:false |
41 | 如果mask恒等于mask且 either the inode the event happened to or its parent 恒等于 either the inode the event happened to or its parent 且name_len恒等于name_len且非name_len或非字符串比较的值则返回:true |
46 | 返回:false |
名称 | 描述 |
---|---|
inotify_merge |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |