Function report |
Source Code:fs\notify\mark.c |
Create Date:2022-07-28 20:16:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Sorting function for lists of fsnotify marks.* Fanotify supports different notification classes (reflected as priority of* notification group). Events shall be passed to notification groups in* decreasing priority order
Proto:int fsnotify_compare_groups(struct fsnotify_group *a, struct fsnotify_group *b)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fsnotify_group * | a | |
struct fsnotify_group * | b |
459 | If Not a Then Return 1 |
461 | If Not b Then Return -1 |
469 | Return -1 |
Name | Describe |
---|---|
fsnotify_iter_select_report_types | r_info is a multi head priority queue of marks.* Pick a subset of marks from queue heads, all with the* same group and set the report_mask for selected subset.* Returns the report_mask of the selected subset. |
fsnotify_add_mark_list | Add mark into proper place in given list of marks. These marks may be used* for the fsnotify backend to determine which event types should be delivered* to which group and for which inodes. These marks are ordered according to |
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 |