函数逻辑报告 |
Source Code:fs\notify\mark.c |
Create Date:2022-07-29 10:48:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Given a list of marks, find the mark associated with given group. If found* take a reference to that mark and return it, else return NULL.
函数原型:struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, struct fsnotify_group *group)
返回类型:struct fsnotify_mark
参数:
类型 | 参数 | 名称 |
---|---|---|
fsnotify_connp_t * | connp | |
struct fsnotify_group * | group |
703 | 如果非conn则返回:NULL |
714 | 自旋锁解锁 |
715 | 返回:NULL |
名称 | 描述 |
---|---|
audit_find_parent | Find and return the audit_parent on the given inode. If found a reference* is taken on this parent. |
tag_chunk | he first tagged inode becomes root of tree |
dnotify_flush | Called every time a file is closed. Looks first for a dnotify mark on the* inode. If one is found run all of the ->dn structures attached to that* mark for one relevant to this process closing the file and remove that* dnotify_struct |
fcntl_dirnotify | When a process calls fcntl to attach a dnotify watch to a directory it ends* up here. Allocate both a mark for fsnotify to add and a dnotify_struct to be* attached to the fsnotify_mark. |
inotify_update_existing_watch | |
fanotify_remove_mark | |
fanotify_add_mark |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |