| Function report | 
| Source Code: fs\notify\dnotify\dnotify.c | Create Date:2022-07-28 20:17:09 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Mains fsnotify call where events are delivered to dnotify.* Find the dnotify mark on the relevant inode, run the list of dnotify structs* on that mark and determine which of them has expressed interest in receiving* events of this type
Proto:static int dnotify_handle_event(struct fsnotify_group *group, struct inode *inode, unsigned int mask, const void *data, int data_type, const struct qstr *file_name, unsigned int cookie, struct fsnotify_iter_info *iter_info)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct fsnotify_group * | group | |
| struct inode * | inode | |
| unsigned int | mask | |
| const void * | data | |
| int | data_type | |
| const struct qstr * | file_name | |
| unsigned int | cookie | |
| struct fsnotify_iter_info * | iter_info | 
| 84 | test_mask = mask & ~This inode cares about things that happen to its children. Always set for* dnotify and inotify. | 
| 90 | If WARN_ON(fsnotify_iter_vfsmount_mark(iter_info)) Then Return 0 | 
| 103 | send_sigio(fown, dn_fd, put message available ) | 
| 104 | If dn_mask & dnotify multishot Then prev = dn_next | 
| 106 | Else | 
| 115 | Return 0 | 
| 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 |