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:Clear any marks in a group with given type mask
Proto:void fsnotify_clear_marks_by_group(struct fsnotify_group *group, unsigned int type_mask)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct fsnotify_group * | group | |
unsigned int | type_mask |
728 | If type_mask == FSNOTIFY_OBJ_ALL_TYPES_MASK Then |
730 | Go to clear |
743 | If 1U << Type of object [lock] & type_mask Then list_move - delete from one list and add as another's head*@list: the entry to move*@head: the head that will precede our entry |
748 | clear : |
749 | When 1 cycle |
756 | fsnotify_get_mark(mark) |
760 | fsnotify_put_mark(mark) |
Name | Describe |
---|---|
fsnotify_destroy_group | Trying to get rid of a group. Remove all marks, flush all events and release* the group reference.* Note that another thread calling fsnotify_clear_marks_by_group() may still* hold a ref to the group. |
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 |