Function report |
Source Code:fs\notify\fanotify\fanotify.c |
Create Date:2022-07-28 20:18:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:should_merge
Proto:static bool should_merge(struct fsnotify_event *old_fsn, struct fsnotify_event *new_fsn)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct fsnotify_event * | old_fsn | |
struct fsnotify_event * | new_fsn |
26 | old = FANOTIFY_E(old_fsn) |
27 | new = FANOTIFY_E(new_fsn) |
33 | If fanotify_event_has_path(old) Then |
36 | Else if fanotify_event_has_fid(old) Then |
50 | Return false |
Name | Describe |
---|---|
fanotify_merge | and the list better be locked by something too! |
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 |