Function report |
Source Code:fs\notify\mark.c |
Create Date:2022-07-28 20:16:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, struct fsnotify_group *group)
Type:struct fsnotify_mark
Parameter:
Type | Parameter | Name |
---|---|---|
fsnotify_connp_t * | connp | |
struct fsnotify_group * | group |
703 | If Not conn Then Return NULL |
714 | spin_unlock( & lock) |
715 | Return NULL |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |