函数逻辑报告 |
Source Code:fs\notify\fanotify\fanotify_user.c |
Create Date:2022-07-29 10:50:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Get an fsnotify notification event if one exists and is small* enough to fit in "count". Return an error pointer if the count* is not large enough. When permission event is dequeued, its state is* updated accordingly.
函数原型:static struct fsnotify_event *get_one_event(struct fsnotify_group *group, size_t count)
返回类型:struct fsnotify_event
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fsnotify_group * | group | |
size_t | count |
74 | struct fsnotify_event * fsn_event = NULL |
78 | 加自旋锁 |
82 | 如果FAN_GROUP_FLAG(group, Report unique file id )则 |
87 | 如果event_size大于count则 |
91 | fsn_event等于Remove and return the first event from the notification list. It is the* responsibility of the caller to destroy the obtained event |
94 | out : |
95 | 自旋锁解锁 |
96 | 返回:fsn_event |
名称 | 描述 |
---|---|
fanotify_read | |
inotify_read |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |