函数名称: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
函数原型: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)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|
| 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 |  |