函数逻辑报告 |
Source Code:fs\notify\fanotify\fanotify_user.c |
Create Date:2022-07-29 10:50:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Finish processing of permission event by setting it to ANSWERED state and* drop group->notification_lock.
函数原型:static void finish_permission_event(struct fsnotify_group *group, struct fanotify_perm_event *event, unsigned int response)__releases(&group->notification_lock)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fsnotify_group * | group | |
struct fanotify_perm_event * | event | |
unsigned int | response |
150 | bool destroy = false |
154 | 如果state of the event 恒等于FAN_EVENT_CANCELED则destroy = true |
156 | 否则state of the event 等于FAN_EVENT_ANSWERED |
158 | 自旋锁解锁 |
159 | 如果destroy则fsnotify_destroy_event(group, & fse) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |